# Functions
Api builds a http.Handler for processing polymorphic api calls through a Middleware pipeline.
Feature configures http server support.
H builds a typed Handler wrapper for dynamic http processing.
ListenAndServe creates and starts a http.Server with the provided configuration.
M builds a typed Middleware wrapper for dynamic http processing.
New creates a new http.Server with the provided configuration.
Pipe builds a Middleware chain for pre and post processing of http requests.
Use builds an enhanced http.Handler for processing requests through a Middleware pipeline and terminating at a provided handler.
# Constants
ComposerKey is used to access the miruken.Handler from the context.
# Structs
Config provides http.Server configuration.
Installer configures http server support.
PolyHandler is a Handler for processing polymorphic http requests.
StatusCodeMapper maps errors into a corresponding http status code.