1
0
mirror of https://github.com/labstack/echo.git synced 2024-11-28 08:38:39 +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. Echo is a fast HTTP router (zero memory allocation) + micro web framework in Go.
### Features ### Features
- Zippy router. - Fast :rocket: router which smartly resolves conflicting routes
- Extensible middleware/handler, supports: - Extensible middleware/handler, supports:
- Middleware - Middleware
- `func(*echo.Context)` - `func(*echo.Context)`