A lightweight, high performance micro web framework.
It's based on FastHTTP and inspired by atreugo and echo.
- Based on fasthttp/router.
- It's based on FastHTTP. It's faster up to 10 times faster than net/http.
- Uses uber/zap.
- Path parameters.
- Multiple handlers to single route.
- Before and after middlewares to a router or to a specific route.
- Define an error handler to a router or to a specific route.
- Data binding for JSON, XML, form and query payload.
- Customizable Request Context.
- Common HTTP responses like JSON, HTML, plain text.