Modules§
Structs§
- Configuration for HTTP client providing an authentication mechanism.
- Configuration of HTTP server keepalive parameters.
- A layer that limits the maximum duration of a client connection. It does so by adding a
Connection: close
header to the response ifmax_connection_duration
time has elapsed sincestart_reference
. - A service that limits the maximum age of a client connection. It does so by adding a
Connection: close
header to the response ifmax_connection_age
time has elapsed sincestart_reference
.
Enums§
- Configuration of the authentication strategy for HTTP requests.
- Configuration of the authentication strategy for HTTP requests.
Traits§
Functions§
- Builds a [TraceLayer] configured for a HTTP server.