summary refs log tree commit diff
path: root/synapse/http/connectproxyclient.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use auto_attribs/native type hints for attrs classes. (#11692)Patrick Cloke2022-01-131-2/+2
* Type hints for the remaining two files in `synapse.http`. (#11164)David Robertson2021-10-281-3/+9
* support federation queries through http connect proxy (#10475)Dirk Klimpel2021-08-111-21/+47
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Allow providing credentials to HTTPS_PROXY (#9657)Andrew Morgan2021-03-221-26/+70
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
* Support for routing outbound HTTP requests via a proxy (#6239)Richard van der Hoff2019-11-011-0/+195