rnet.http1
Configuration options for HTTP/1.1 connections.
rnet.http1
HTTP/1 connection configuration.
Params
Bases: TypedDict
All parameters for HTTP/1 connections.
Source code in rnet/http1.py
allow_spaces_after_header_name_in_responses
instance-attribute
Allow spaces after header names.
ignore_invalid_headers_in_responses
instance-attribute
Ignore invalid headers in responses.
Http1Options
HTTP/1 protocol options for customizing connection behavior. These options allow you to customize the behavior of HTTP/1 connections, such as enabling support for HTTP/0.9 responses, header case preservation, etc.