# Functions
DocsMarkdown returns a markdown document for the http documentation.
EndpointCaveats is a documentation section for HTTP components that explains some of the caveats in registering endpoints due to their non-deterministic ordering and lack of explicit path terminators.
No description provided by the author
GetMuxRoute returns a *mux.Route (the result of calling .Path or .PathPrefix on the provided router), where in cases where the path ends in a slash it will be treated as a prefix.
New creates a new Bento HTTP API.
NewConfig creates a new API config with default values.
NewDynamic creates a new Dynamic API type.
OptWithMiddleware adds an HTTP middleware to the Bento API.
OptWithTLS replaces the tls options of the HTTP server.
Spec returns a field spec for the API configuration fields.
# Type aliases
OptFunc applies an option to an API type during construction.