0x1306e6d / tollgate

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

Change `RemappingUpstream` to `HttpClient` decorator #114

Closed 0x1306e6d closed 3 years ago

0x1306e6d commented 3 years ago

Change RemappingUpstream to RemappingClient which is a HttpClient decorator.

As introduced in #112, this is the first step to migrate from own Upstream decorating system to Armeria's.