0x1306e6d / tollgate

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

Fix `Upstream#decorate` signature #87

Closed 0x1306e6d closed 3 years ago

0x1306e6d commented 3 years ago

Motivation

Upstream#decorate has wrong signature.

Description

Change T extends Service<Req, Res>, Req extends HttpRequest, Res extends HttpResponse to T extends Upstream.

Result

Only Upstreams can be decorated.