3.20.0 (2026-06-26)
Added
- Method/Verb
QUERYas one of the promoted HTTP verb and available through top level function shortcuts andSession/AsyncSessionmethods.
This is following the RFC 10008. A long awaited standardized verb. Any other non-standard verb is still supported through manualrequest(...)calls. - A
TLSConfigurationobject to let you take a deeper control over the TLS configuration.
This object will allow you to change min, max TLS version, as the cipher list and finally the desired TLS backend.
Fixed
- Typing overload for
AsyncResponseiter_lines method. (#413)