Module vibe.http.server
A HTTP 1.1/1.0 server implementation.
Enums
Name |
Description |
HTTPServerOption
|
Specifies optional features of the HTTP server. |
Aliases
Name |
Type |
Description |
HttpServerErrorInfo
|
HTTPServerErrorInfo
|
Compatibility alias, will be deprecated soon. |
HttpServerErrorPageHandler
|
void delegate(HTTPServerRequest, HTTPServerResponse, HTTPServerErrorInfo)
|
Compatibility alias, will be deprecated soon. |
HTTPServerErrorPageHandler
|
void delegate(HTTPServerRequest, HTTPServerResponse, HTTPServerErrorInfo)
|
Delegate type used for user defined error page generator callbacks. |
HttpServerOption
|
HTTPServerOption
|
Compatibility alias, will be deprecated soon. |
HttpServerRequest
|
HTTPServerRequest
|
Compatibility alias, will be deprecated soon. |
HttpServerRequestDelegate
|
void delegate(HTTPServerRequest, HTTPServerResponse)
|
Compatibility alias, will be deprecated soon. |
HTTPServerRequestDelegate
|
void delegate(HTTPServerRequest, HTTPServerResponse)
|
Delegate based request handler |
HTTPServerRequestFunction
|
void function(HTTPServerRequest, HTTPServerResponse)
|
Static function based request handler |
HttpServerRequestFunction
|
void function(HTTPServerRequest, HTTPServerResponse)
|
Compatibility alias, will be deprecated soon. |
HttpServerRequestHandler
|
HTTPServerRequestHandler
|
Compatibility alias, will be deprecated soon. |
HttpServerResponse
|
HTTPServerResponse
|
Compatibility alias, will be deprecated soon. |
HttpServerSettings
|
HTTPServerSettings
|
Compatibility alias, will be deprecated soon. |
IHttpServerRequestHandler
|
HTTPServerRequestHandler
|
Compatibility alias. |
listenHttp
|
|
Compatibility alias, will be deprecated soon. |
listenHttpPlain
|
|
Compatibility alias, will be deprecated soon. |
Authors
Sönke Ludwig, Jan Krüger
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.