aboutsummaryrefslogtreecommitdiff
path: root/test/test_networking.py
AgeCommit message (Expand)AuthorFilesLines
12 days[networking] Fix handler not being added to RequestError (#10955)coletdjnz1-0/+18
2024-07-14[networking] Add `legacy_ssl` request extension (#10448)coletdjnz1-0/+81
2024-07-09[rh:curl_cffi] Support `curl_cffi` 0.7.Xcoletdjnz1-1/+0
2024-06-12[cleanup] Add more ruff rules (#10149)sepro1-28/+28
2024-05-18[test] Fix connect timeout test (#9906)coletdjnz1-13/+10
2024-05-11[test] Add HTTP proxy tests (#9578)coletdjnz1-158/+115
2024-05-04[networking] Add `extensions` attribute to `Response` (#9756)bashonly1-0/+19
2024-03-16[rh:curlcffi] Add support for `curl_cffi`coletdjnz1-105/+329
2024-03-16Add new options `--impersonate` and `--list-impersonate-targets`coletdjnz1-22/+176
2024-03-11[cleanup] Misc (#8968)pukkandan1-1/+1
2024-02-18[rh] Remove additional logging handlers on close (#9032)coletdjnz1-2/+49
2024-01-21[rh:requests] Apply `remove_dot_segments` to absolute redirect locationscoletdjnz1-9/+16
2024-01-20[test] Skip source address tests if the address cannot be bound to (#8900)coletdjnz1-1/+4
2023-12-20[test:networking] Update tests for OpenSSL 3.2 (#8814)bashonly1-1/+1
2023-11-20[rh:websockets] Migrate websockets to networking framework (#7720)coletdjnz1-24/+55
2023-11-14[ie] Do not smuggle `http_headers`bashonly1-0/+4
2023-10-15[rh:requests] Handle both `bytes` and `int` for `IncompleteRead.partial` (Fix...Simon Sawicki1-1/+1
2023-10-13[rh:requests] Add handler for `requests` HTTP library (#3668)coletdjnz1-34/+134
2023-08-25[tests] Add tests for socks proxies (#7908)coletdjnz1-16/+0
2023-08-04[networking] Add request handler preference framework (#7603)coletdjnz1-4/+25
2023-07-30[cleanup] Miscpukkandan1-3/+5
2023-07-28[networking] Remove dot segments during URL normalization (#7662)coletdjnz1-0/+21
2023-07-27[networking] Ignore invalid proxies in env (#7704)coletdjnz1-3/+5
2023-07-24[test] Fix `httplib_validation_errors` test for old Python versions (#7677)coletdjnz1-15/+24
2023-07-23[networking] Add strict Request extension checking (#7604)coletdjnz1-18/+36
2023-07-20[networking] Fix `--legacy-server-connect` (#7645)bashonly1-1/+1
2023-07-20[networking] Fix POST requests with zero-length payloads (#7648)bashonly1-0/+11
2023-07-15[compat, networking] Deprecate old functions (#2861)coletdjnz1-12/+15
2023-07-15[networking] Rewrite architecture (#2861)coletdjnz1-262/+1099
2023-07-15[networking] Add module (#2861)pukkandan1-0/+531