aboutsummaryrefslogtreecommitdiff
path: root/test/test_networking.py
AgeCommit message (Expand)Author
2023-11-14[ie] Do not smuggle `http_headers`bashonly
2023-10-15[rh:requests] Handle both `bytes` and `int` for `IncompleteRead.partial` (Fix...Simon Sawicki
2023-10-13[rh:requests] Add handler for `requests` HTTP library (#3668)coletdjnz
2023-08-25[tests] Add tests for socks proxies (#7908)coletdjnz
2023-08-04[networking] Add request handler preference framework (#7603)coletdjnz
2023-07-30[cleanup] Miscpukkandan
2023-07-28[networking] Remove dot segments during URL normalization (#7662)coletdjnz
2023-07-27[networking] Ignore invalid proxies in env (#7704)coletdjnz
2023-07-24[test] Fix `httplib_validation_errors` test for old Python versions (#7677)coletdjnz
2023-07-23[networking] Add strict Request extension checking (#7604)coletdjnz
2023-07-20[networking] Fix `--legacy-server-connect` (#7645)bashonly
2023-07-20[networking] Fix POST requests with zero-length payloads (#7648)bashonly
2023-07-15[compat, networking] Deprecate old functions (#2861)coletdjnz
2023-07-15[networking] Rewrite architecture (#2861)coletdjnz
2023-07-15[networking] Add module (#2861)pukkandan