This module defines the FileResolvingHandler, which is a pre-built handler you can use to easily serve static file content from a directory.
This module contains a handler that applies filters to a request context before (or after) handing it off to the proper handler.
This module defines a PathHandler that delegates handling of requests to other handlers based on the request's HTTP verb (GET, POST, etc.), and its path.
This module defines a set of tools that can be used to profile the performance of your request handler, by wrapping it in a ProfilingHandler that emits data to a ProfilingDataHandler.
Contains predefined HttpRequestHandler implementations that may be useful in a variety of cases.