mirror of
https://github.com/labstack/echo.git
synced 2025-01-12 01:22:21 +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
|
- 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
|
|
||||||
- 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
|
||||||
|
@ -13,7 +13,6 @@ description = "Migration"
|
|||||||
|
|
||||||
- Automatic TLS certificates via [Let's Encrypt](https://letsencrypt.org/)
|
- Automatic TLS certificates via [Let's Encrypt](https://letsencrypt.org/)
|
||||||
- Built-in support for graceful shutdown
|
- Built-in support for graceful shutdown
|
||||||
- Dropped static middleware in favor of `Echo#Static`
|
|
||||||
- Utility functions to wrap standard handler and middleware
|
- Utility functions to wrap standard handler and middleware
|
||||||
- `Map` type as shorthand for `map[string]interface{}`
|
- `Map` type as shorthand for `map[string]interface{}`
|
||||||
- Context now wraps standard net/http Request and Response
|
- Context now wraps standard net/http Request and Response
|
||||||
@ -37,6 +36,7 @@ description = "Migration"
|
|||||||
- `Debug`
|
- `Debug`
|
||||||
- `Logger`
|
- `Logger`
|
||||||
- Enhanced redirect and CORS middleware
|
- Enhanced redirect and CORS middleware
|
||||||
|
- Dropped static middleware in favor of `Echo#Static`
|
||||||
- Dropped API
|
- Dropped API
|
||||||
- `Echo#Run()`
|
- `Echo#Run()`
|
||||||
- `Context#P()`
|
- `Context#P()`
|
||||||
|
Loading…
Reference in New Issue
Block a user