0x1306e6d / tollgate

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

Revert "Make services implement `UpstreamHttpService` instead of `HttpService`" #62

Closed 0x1306e6d closed 3 years ago

0x1306e6d commented 3 years ago

Motivation

Limiting to UpstreamHttpService prohibits using Armeria's useful predefined services (e.g. HealthCheckService)

Description