1
0
mirror of https://github.com/labstack/echo.git synced 2024-11-24 08:22:21 +02:00

Update README.md

This commit is contained in:
Vishal Rana 2015-04-12 13:24:00 -07:00
parent d3d72865ee
commit d97cb44d82

View File

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