Module vibe.http.server
A HTTP 1.1/1.0 server implementation.
Functions
Name | Description |
---|---|
listenHTTP
|
Starts a HTTP server listening on the specified port. |
listenHTTPPlain
|
Deprecated compatibility alias |
render
|
Renders the given template and makes all ALIASES available to the template. |
setVibeDistHost
|
Sets a VibeDist host to register with.
|
startListening
|
|
staticRedirect
|
Provides a HTTP request handler that responds with a static redirection to the specified URL. |
staticTemplate
|
Provides a HTTP request handler that responds with a static Diet template. |
Interfaces
Name | Description |
---|---|
HTTPServerRequestHandler
|
Interface for class based request handlers |
Classes
Name | Description |
---|---|
HTTPServerErrorInfo
|
Aggregates all information about an HTTP error status. |
HTTPServerRequest
|
Represents a HTTP request as received by the server side. |
HTTPServerResponse
|
Represents a HTTP response as sent from the server side. |
HTTPServerSettings
|
Contains all settings for configuring a basic HTTP server. |
Enums
Name | Description |
---|---|
HTTPServerOption
|
Specifies optional features of the HTTP server. |
SessionOption
|
Options altering how sessions are created. |
Aliases
Authors
Sönke Ludwig, Jan Krüger, Ilya Shipunov
Copyright
© 2012-2013 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.