# README
Package http is based on a copy of net/http.
# Functions
TimeoutHandler returns a Handler that runs h with the given time limit.
# Variables
ErrHandlerTimeout is returned on ResponseWriter Write calls in handlers which have timed out.
Package http is based on a copy of net/http.