aboutsummaryrefslogtreecommitdiff
path: root/test/test_networking.py
AgeCommit message (Expand)Author
2024-07-14[networking] Add `legacy_ssl` request extension (#10448)coletdjnz
2024-07-09[rh:curl_cffi] Support `curl_cffi` 0.7.Xcoletdjnz
2024-06-12[cleanup] Add more ruff rules (#10149)sepro
2024-05-18[test] Fix connect timeout test (#9906)coletdjnz
2024-05-11[test] Add HTTP proxy tests (#9578)coletdjnz
2024-05-04[networking] Add `extensions` attribute to `Response` (#9756)bashonly
2024-03-16[rh:curlcffi] Add support for `curl_cffi`coletdjnz
2024-03-16Add new options `--impersonate` and `--list-impersonate-targets`coletdjnz
2024-03-11[cleanup] Misc (#8968)pukkandan
2024-02-18[rh] Remove additional logging handlers on close (#9032)coletdjnz
2024-01-21[rh:requests] Apply `remove_dot_segments` to absolute redirect locationscoletdjnz
2024-01-20[test] Skip source address tests if the address cannot be bound to (#8900)coletdjnz
2023-12-20[test:networking] Update tests for OpenSSL 3.2 (#8814)bashonly
2023-11-20[rh:websockets] Migrate websockets to networking framework (#7720)coletdjnz
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