# Functions
ErrorHandler captures 404 and 500 errors and serves /404.html or /500.html from the file system.
ExpiresHandler adds the expires header choosing expires for dynamic content and staticExpires for static content.
HeaderHandler returns an http.Handler that adds the given headers to the response.