# Functions
Recovery is a wrapper for WithRecovery.
RequestID is a wrapper for WithRequestID.
Stats is a wrapper for WithStats.
Tracing collects traces on HTTP requests.
WithRecovery recovers from panics and log the error.
WithRequestID sets the request id on request context and in the response.
WithStats collects statistics about HTTP requests.