0x1306e6d / tollgate

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

Introduce exception-mapping module #118

Closed 0x1306e6d closed 3 years ago

0x1306e6d commented 3 years ago

Introduce exception-mapping module which provides the ExceptionMappingClient that maps a Throwable to a HttpResponse. As exception handling is extracted from UpstreamHttpService, now gateway module is in charge of only forwarding HttpRequest to upstream.