1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-24 20:14:31 +02:00

Update README.md

This commit is contained in:
Vishal Rana 2015-05-21 09:10:34 -07:00
parent 6878bac597
commit e6b59fd7a3

View File

@ -23,6 +23,7 @@ Echo is a fast HTTP router (zero memory allocation) and micro web framework in G
- Sub routing with groups.
- Handy encoding/decoding functions.
- Serve static files, including index.
- Support for WebSockt.
- Centralized HTTP error handling.
- Use a customized function to bind request body to a Go type.
- Register a view render so you can use any HTML template engine.