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: closeheader to the response ifmax_connection_durationtime has elapsed sincestart_reference. - A service that limits the maximum age of a client connection. It does so by adding a
Connection: closeheader to the response ifmax_connection_agetime has elapsed sincestart_reference.
Enums§
- Configuration of the authentication strategy for HTTP requests.
- A Configuration of the authentication strategy for HTTP requests.
Traits§
Functions§
- Builds a [TraceLayer] configured for a HTTP server.