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) error
tofunc(*Context) *echo.HTTPError
. - Most of the response helper functions now return
*echo.HTTPError
http://labstack.github.io/echo/guide/#response
- Default handler function changed from
- Fixed issues #46, #49 and #50.
- Added
echo.HandlerFunc
to the list of supported handlers. - More documentation.