Expand description
Process HTTP connections on the server.
Structs§
- Encoder
- A streaming HTTP encoder.
- Server
- struct for server
- Server
Options - Configure the server.
Enums§
- Connection
Status - 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.