ae.net.http.app.server

Flexible app server glue, supporting all protocols implemented in this library.

Members

Structs

Server
struct Server(bool useSSL)

An object which receives HTTP requests through one or more channels and sends replies according to a user-supplied handler.

ServerConfig
struct ServerConfig

Describes one configuration for how a listener can receive HTTP requests and send responses.

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

Vladimir Panteleev <ae@cy.md>