We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f72add commit df8bd3bCopy full SHA for df8bd3b
website/docs/guide.md
@@ -258,8 +258,7 @@ func welcome(c *echo.Context) *echo.HTTPError {
258
}
259
```
260
261
-`echo.HTTPError` has status code, message and error fields. Internally it uses
262
-`http.Error` to send HTTP response with status code and message.
+See how [HTTPErrorHandler](#customization) handles it.
263
264
## Deployment
265
0 commit comments