async_h1

Module server

Source
Expand description

Process HTTP connections on the server.

Structs§

Encoder
A streaming HTTP encoder.
Server
struct for server
ServerOptions
Configure the server.

Enums§

ConnectionStatus
An enum that represents whether the server should accept a subsequent request

Functions§

accept
Accept a new incoming HTTP/1.1 connection.
accept_with_opts
Accept a new incoming HTTP/1.1 connection.
decode
Decode an HTTP request on the server.