Handler for HTTP requests.
Handlers always deal with URL's of the following structure:
{namespace}/{remainder of URL}
The {namespace} part is a fixed string (should not contain slashes)
used to have a bulk division of the URL space among different subsystems.
The {remainder of URL} can have any structure whatsoever. |