mirror of
https://github.com/labstack/echo.git
synced 2024-12-24 20:14:31 +02:00
updated readme
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
parent
43e95a6924
commit
f741b6dba7
@ -6,7 +6,6 @@
|
||||
|
||||
- Optimized HTTP router which smartly prioritize routes
|
||||
- Build robust and scalable RESTful APIs
|
||||
- Run with standard HTTP server or FastHTTP server
|
||||
- Group APIs
|
||||
- Extensible middleware framework
|
||||
- Define middleware at root, group or route level
|
||||
|
@ -13,7 +13,6 @@ description = "Migration"
|
||||
|
||||
- Automatic TLS certificates via [Let's Encrypt](https://letsencrypt.org/)
|
||||
- Built-in support for graceful shutdown
|
||||
- Dropped static middleware in favor of `Echo#Static`
|
||||
- Utility functions to wrap standard handler and middleware
|
||||
- `Map` type as shorthand for `map[string]interface{}`
|
||||
- Context now wraps standard net/http Request and Response
|
||||
@ -37,6 +36,7 @@ description = "Migration"
|
||||
- `Debug`
|
||||
- `Logger`
|
||||
- Enhanced redirect and CORS middleware
|
||||
- Dropped static middleware in favor of `Echo#Static`
|
||||
- Dropped API
|
||||
- `Echo#Run()`
|
||||
- `Context#P()`
|
||||
|
Loading…
Reference in New Issue
Block a user