go-gateway
A Gateway built on Golang.
This project provides an API Gateway built on top of the Golang Ecosytem, incloud: Go、Gin、etc...
Feature
- Go 1.15
- Gin
- Dynamic routing
- support HTTP、TCP、gRPC
- Route matching on HTTP Request (Path, Header, Host, etc...)
- Filters scoper to matching Route
- Filters can modify downstream HTTP Request and HTTP Response (Add/Remvoe Headers, Add/Remove Parameters, Rewrite Path, Set Path, LobdBalance, Hystrix, etc...)
Install
Usage