File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
- Optimized HTTP router which smartly prioritize routes
8
8
- Build robust and scalable RESTful APIs
9
- - Run with standard HTTP server or FastHTTP server
10
9
- Group APIs
11
10
- Extensible middleware framework
12
11
- Define middleware at root, group or route level
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ description = "Migration"
13
13
14
14
- Automatic TLS certificates via [ Let's Encrypt] ( https://letsencrypt.org/ )
15
15
- Built-in support for graceful shutdown
16
- - Dropped static middleware in favor of ` Echo#Static `
17
16
- Utility functions to wrap standard handler and middleware
18
17
- ` Map ` type as shorthand for ` map[string]interface{} `
19
18
- Context now wraps standard net/http Request and Response
@@ -37,6 +36,7 @@ description = "Migration"
37
36
- `Debug`
38
37
- `Logger`
39
38
- Enhanced redirect and CORS middleware
39
+ - Dropped static middleware in favor of ` Echo#Static `
40
40
- Dropped API
41
41
- `Echo#Run()`
42
42
- `Context#P()`
You can’t perform that action at this time.
0 commit comments