The base class for an incoming connection to a HTTP server, unassuming of transport.
BaseHttpServerConnection implementation with files, allowing to e.g. read a request from standard input and write the response to standard output.
Basic unencrypted HTTP 1.0/1.1 server.
Standard TCP-based HTTP server connection.
HTTPS server. Set SSL parameters on ctx after instantiation.
Formats a remote address for logging.
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/.
A simple HTTP server.