summaryrefslogtreecommitdiff
path: root/dummyserver/proxy.py
Commit message (Expand)AuthorAgeFilesLines
* Use the typing namespace and from __future__ import annotationsBastian Venthur2022-11-211-0/+2
* Add type hints to dummyserverRan Benita2021-08-021-8/+14
* Switch Tornado dummyserver from `@gen.coroutine` to async/awaitRan Benita2021-07-291-18/+14
* Remove support for Python 2 and 3.5Hugo van Kemenade2020-11-151-1/+1
* Sort imports with 'isort'Quentin Pradet2020-10-011-3/+3
* Add support for HTTPS connections to proxies. (#1679)Jorge2020-03-121-0/+8
* Update dummyserver to work with newer Tornado (#1747)Felix Yan2019-11-181-31/+25
* Auto formatting using blackRatan Kulshreshtha2019-05-251-19/+25
* Fix flake8 E305 errorslars48392016-11-141-0/+1
* Fix flake8 violationsJohn Vandenberg2015-11-021-4/+5
* Tests are python 3.2 compatible nowStanislav Vitkovskiy2013-07-311-3/+3
* Added proxymanager tests with tornado-based proxyStanislav Vitkovskiy2013-07-311-0/+137