# Functions
ErrorHandler returns a handler that handles errors returned by the handlers following this one.
PanicHandler returns a handler that recovers from panics happened in the handlers following this one.
Recovery returns a handler that handles both panics and errors occurred while servicing an HTTP request.