ae.net.http.server

A simple HTTP server.

Public Imports

ae.net.http.common
public import ae.net.http.common;
Undocumented in source.

Members

Classes

HttpServer
class HttpServer
Undocumented in source.
HttpServerConnection
class HttpServerConnection
Undocumented in source.
HttpsServer
class HttpsServer

HTTPS server. Set SSL parameters on ctx after instantiation.

Functions

formatAddress
string formatAddress(string protocol, Address address, string vhost, ushort logPort)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Authors

Stéphan Kochen <stephan@kochen.nl> Vladimir Panteleev <vladimir@thecybershadow.net> Simon Arlott