Delegate type used for user defined error page generator callbacks.
Delegate based request handler
Delegate based request handler with scoped parameters
Static function based request handler
Static function based request handler with scoped parameters
Callback type used to determine whether to reject incoming connections
Represents a single HTTP server port.
Aggregates all information about an HTTP error status.
Represents a HTTP request as received by the server side.
Represents a HTTP response as sent from the server side.
Contains all settings for configuring a basic HTTP server.
Specifies optional features of the HTTP server.
Options altering how sessions are created.
Creates a HTTPServerRequest suitable for writing unit tests.
Creates a HTTPServerResponse suitable for writing unit tests.
Treats an existing connection as an HTTP connection and processes incoming requests.
Starts a HTTP server listening on the specified port.
Scheduled for deprecation - use a @safe callback instead.
Sets a VibeDist host to register with.
Provides a HTTP request handler that responds with a static redirection to the specified URL.
Interface for class based request handlers
Interface for class based request handlers with scoped parameters
Renders the given Diet template and makes all ALIASES available to the template.
Provides a HTTP request handler that responds with a static Diet template.
Provides the default css, javascript, markdown and htmlescape filters
Represents the request listener for a specific listenHTTP call.
A HTTP 1.1/1.0 server implementation.