1
0
mirror of https://github.com/labstack/echo.git synced 2024-11-24 08:22:21 +02:00

Update guide.md

This commit is contained in:
matrika 2015-05-06 18:47:26 -07:00
parent 8db65a9714
commit 5705da16f5

View File

@ -83,7 +83,7 @@ types of handlers.
### Group
**WIP**
*WIP*
### Path parameter
@ -224,7 +224,7 @@ e.Index("index.html")
Echo advocates centralized HTTP error handling by returning `*echo.HTTPError` from
middleware and handlers.
Why?
It allows you to
- Debug by writing stack trace to the HTTP response.
- Customize HTTP responses.
@ -264,4 +264,4 @@ See how [HTTPErrorHandler](#customization) handles it.
## Deployment
**WIP**
*WIP*