| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| niquests-3.20.0-py3-none-any.whl | 2026-06-26 | 213.6 kB | |
| niquests-3.20.0.tar.gz | 2026-06-26 | 1.0 MB | |
| multiple.intoto.jsonl | 2026-06-26 | 24.4 kB | |
| README.md | 2026-06-26 | 640 Bytes | |
| Version 3.20.0 source code.tar.gz | 2026-06-26 | 1.1 MB | |
| Version 3.20.0 source code.zip | 2026-06-26 | 1.1 MB | |
| Totals: 6 Items | 3.4 MB | 0 | |
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)