0x1306e6d / tollgate

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

Introduce `Upstream` #27

Closed 0x1306e6d closed 4 years ago

0x1306e6d commented 4 years ago

Motivation

To improve proxying.

Description

Introduce Upstream. This is a flow from request to service. A request will be proxied to the specified service's specified endpoint in the upstream configuration. Separate configuration from Endpoint and Service.