1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-12 01:22:21 +02:00

Update README.md

This commit is contained in:
Vishal Rana 2016-09-06 19:41:05 -07:00 committed by GitHub
parent dd9693fc4d
commit ed3971d47a

View File

@ -4,18 +4,18 @@
## Feature Overview ## Feature Overview
- Optimized HTTP router which smartly prioritize routes. - Optimized HTTP router which smartly prioritize routes
- Build robust and scalable RESTful APIs. - Build robust and scalable RESTful APIs
- Run with standard HTTP server or FastHTTP server. - Run with standard HTTP server or FastHTTP server
- Group APIs. - Group APIs
- Extensible middleware framework. - Extensible middleware framework
- Define middleware at root, group or route level. - Define middleware at root, group or route level
- Data binding for JSON, XML and form payload. - Data binding for JSON, XML and form payload
- Handy functions to send variety of HTTP responses. - Handy functions to send variety of HTTP responses
- Centralized HTTP error handling. - Centralized HTTP error handling
- Template rendering with any template engine. - Template rendering with any template engine
- Define your format for the logger. - Define your format for the logger
- Highly customizable. - Highly customizable
## Performance ## Performance