# README
Gateway
Gateway is an API Gateway designed to guard your microservice.
Features
The gateway forward requests to services only using YAML configuration.
The gateway is shipped with built-in middlewares:
- CORS
- JWT authorization
- Body size limiter
- Header size limiter
- Rate limiter
Documentation
Full documentation is available here