Module http1

Source
Expand description

HTTP/1 Server Connections

Structs§

Builder
A configuration builder for HTTP/1 server connections.
Connection
A Future representing an HTTP/1 connection, bound to a Service, returned from Builder::serve_connection.
Parts
Deconstructed parts of a Connection.
UpgradeableConnection
A future binding a connection with a Service with Upgrade support.