Module vector::http

source ·

Modules§

Structs§

  • 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 if max_connection_duration time has elapsed since start_reference.
  • A service that limits the maximum age of a client connection. It does so by adding a Connection: close header to the response if max_connection_age time has elapsed since start_reference.

Enums§

  • Configuration of the authentication strategy for HTTP requests.

Traits§

Functions§

Type Aliases§