1
0
mirror of https://github.com/labstack/echo.git synced 2024-11-24 08:22:21 +02:00
This commit is contained in:
Vishal Rana 2015-04-13 13:12:43 -07:00
commit c5e0bf4e27

View File

@ -2,7 +2,7 @@
Echo is a fast HTTP router (zero memory allocation) + micro web framework in Go.
### Features
- Zippy router.
- Fast :rocket: router which smartly resolves conflicting routes
- Extensible middleware/handler, supports:
- Middleware
- `func(*echo.Context)`