aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_networking.py
Commit message (Expand)AuthorAgeFilesLines
* [tests] Add tests for socks proxies (#7908)coletdjnz2023-08-251-16/+0
* [networking] Add request handler preference framework (#7603)coletdjnz2023-08-041-4/+25
* [cleanup] Miscpukkandan2023-07-301-3/+5
* [networking] Remove dot segments during URL normalization (#7662)coletdjnz2023-07-281-0/+21
* [networking] Ignore invalid proxies in env (#7704)coletdjnz2023-07-271-3/+5
* [test] Fix `httplib_validation_errors` test for old Python versions (#7677)coletdjnz2023-07-241-15/+24
* [networking] Add strict Request extension checking (#7604)coletdjnz2023-07-231-18/+36
* [networking] Fix `--legacy-server-connect` (#7645)bashonly2023-07-201-1/+1
* [networking] Fix POST requests with zero-length payloads (#7648)bashonly2023-07-201-0/+11
* [compat, networking] Deprecate old functions (#2861)coletdjnz2023-07-151-12/+15
* [networking] Rewrite architecture (#2861)coletdjnz2023-07-151-262/+1099
* [networking] Add module (#2861)pukkandan2023-07-151-0/+531