Centralized HTTP error handling
Pre-release
Pre-release
- Centralized HTTP error handling http://labstack.github.io/echo/guide/#error-handling
- Default handler function changed from
func(*Context) errortofunc(*Context) *echo.HTTPError. - Most of the response helper functions now return
*echo.HTTPErrorhttp://labstack.github.io/echo/guide/#response
- Default handler function changed from
- Fixed issues #46, #49 and #50.
- Added
echo.HandlerFuncto the list of supported handlers. - More documentation.