0x1306e6d / tollgate

An API gateway for your microservice.
MIT License
6 stars 1 forks source link

Remove decorating `Upstream` #115

Closed 0x1306e6d closed 3 years ago

0x1306e6d commented 3 years ago

Remove Upstream decorators and allow only Armeria decorators. Now I reuse Armeria's decorator and so don't have to implement own Upstream decorator. This is the second step of migration introduces in #112.