mirror of
https://github.com/labstack/echo.git
synced 2025-01-24 03:16:14 +02:00
Updated readme
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
parent
dc244c173d
commit
e7518f5aca
28
README.md
28
README.md
@ -234,21 +234,21 @@ e.GET("/users", func(c echo.Context) error {
|
||||
|
||||
Middleware | Description
|
||||
:--- | :---
|
||||
[BodyLimit](https://echo.labstack.com/guide/body-limit-middleware) | Limit request body
|
||||
[Logger](https://echo.labstack.com/guide/logger-middleware) | Log HTTP requests
|
||||
[Recover](https://echo.labstack.com/guide/recover-middleware) | Recover from panics
|
||||
[Gzip](https://echo.labstack.com/guide/gzip-middleware) | Send gzip HTTP response
|
||||
[BasicAuth](https://echo.labstack.com/guide/basic-auth-middleware) | HTTP basic authentication
|
||||
[JWTAuth](https://echo.labstack.com/guide/jwt-middleware) | JWT authentication
|
||||
[Secure](https://echo.labstack.com/guide/secure-middleware) | Protection against attacks
|
||||
[CORS](https://echo.labstack.com/guide/cors-middleware) | Cross-Origin Resource Sharing
|
||||
[CSRF](https://echo.labstack.com/guide/csrf-middleware) | Cross-Site Request Forgery
|
||||
[Static](https://echo.labstack.com/guide/static-middleware) | Serve static files
|
||||
[AddTrailingSlash](https://echo.labstack.com/guide/add-trailing-slash-middleware) | Add trailing slash to the request URI
|
||||
[RemoveTrailingSlash](https://echo.labstack.com/guide/remove-trailing-slash-middleware) | Remove trailing slash from the request URI
|
||||
[MethodOverride](https://echo.labstack.com/guide/method-override-middleware) | Override request method
|
||||
[BodyLimit](https://echo.labstack.com/body-limit) | Limit request body
|
||||
[Logger](https://echo.labstack.com/logger) | Log HTTP requests
|
||||
[Recover](https://echo.labstack.com/recover) | Recover from panics
|
||||
[Gzip](https://echo.labstack.com/gzip) | Send gzip HTTP response
|
||||
[BasicAuth](https://echo.labstack.com/basic-auth) | HTTP basic authentication
|
||||
[JWTAuth](https://echo.labstack.com/jwt) | JWT authentication
|
||||
[Secure](https://echo.labstack.com/secure) | Protection against attacks
|
||||
[CORS](https://echo.labstack.com/cors) | Cross-Origin Resource Sharing
|
||||
[CSRF](https://echo.labstack.com/csrf) | Cross-Site Request Forgery
|
||||
[Static](https://echo.labstack.com/static) | Serve static files
|
||||
[AddTrailingSlash](https://echo.labstack.com/add-trailing-slash) | Add trailing slash to the request URI
|
||||
[RemoveTrailingSlash](https://echo.labstack.com/remove-trailing-slash) | Remove trailing slash from the request URI
|
||||
[MethodOverride](https://echo.labstack.com/method-override) | Override request method
|
||||
|
||||
##### [More...](https://echo.labstack.com/guide/middleware)
|
||||
##### [More...](https://echo.labstack.com/middleware)
|
||||
|
||||
#### Third-party Middleware
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user