mirror of
https://github.com/labstack/echo.git
synced 2025-02-15 13:53:06 +02:00
Update guide.md
This commit is contained in:
parent
8db65a9714
commit
5705da16f5
@ -83,7 +83,7 @@ types of handlers.
|
|||||||
|
|
||||||
### Group
|
### Group
|
||||||
|
|
||||||
**WIP**
|
*WIP*
|
||||||
|
|
||||||
### Path parameter
|
### Path parameter
|
||||||
|
|
||||||
@ -224,7 +224,7 @@ e.Index("index.html")
|
|||||||
Echo advocates centralized HTTP error handling by returning `*echo.HTTPError` from
|
Echo advocates centralized HTTP error handling by returning `*echo.HTTPError` from
|
||||||
middleware and handlers.
|
middleware and handlers.
|
||||||
|
|
||||||
Why?
|
It allows you to
|
||||||
|
|
||||||
- Debug by writing stack trace to the HTTP response.
|
- Debug by writing stack trace to the HTTP response.
|
||||||
- Customize HTTP responses.
|
- Customize HTTP responses.
|
||||||
@ -264,4 +264,4 @@ See how [HTTPErrorHandler](#customization) handles it.
|
|||||||
|
|
||||||
## Deployment
|
## Deployment
|
||||||
|
|
||||||
**WIP**
|
*WIP*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user