0x1306e6d / tollgate

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

Enable remapping both request and response in one decorator #94

Closed 0x1306e6d closed 3 years ago

0x1306e6d commented 3 years ago

Prepare to provide remapping HttpResponse features.

Make RemappingRequestUpstream to RemappingUpstream, it is more general. The RemappingUpstream consists of RemappingRequestStrategy and RemappingResponseStrategy. If they set, both or one, remap HttpRequest and HttpResponse respectively. It is prohibited not to set any req/res strategy.