# Functions

Log wraps a http.HandlerFunc and logs the API call.
TimeOut wraps a http.HandlerFunc and ensure that a response is given under the specified duration.

# Variables

ErrHandlerTimeout is returned on ResponseWriter Write calls in handlers which have timed out.