summaryrefslogtreecommitdiff
path: root/dummyserver/handlers.py
Commit message (Expand)AuthorAgeFilesLines
* Use the typing namespace and from __future__ import annotationsBastian Venthur2022-11-211-7/+9
* Create our own logic for chunked content framingSeth Michael Larson2022-06-191-0/+3
* Update mypy and add NoReturn return type annotationsHasan Ramezani2022-01-101-2/+2
* Update mypy to 0.930Hasan Ramezani2021-12-221-1/+1
* Add support for native JSON request and response bodiesP. Sai Vinay2021-09-171-2/+11
* Add type hints to dummyserverRan Benita2021-08-021-77/+100
* Many minor code quality and readability improvementsShubhendra Singh Chauhan2021-03-141-1/+1
* Remove six (#2078)Hasan Ramezani2020-11-231-4/+2
* Remove remaining mentions of Google App EngineQuentin Pradet2020-11-151-9/+0
* Remove support for Python 2 and 3.5Hugo van Kemenade2020-11-151-18/+16
* Sort imports with 'isort'Quentin Pradet2020-10-011-5/+4
* Parse UTC for 'Retry-After' redirect handlerSeth Michael Larson2020-08-291-1/+1
* Blacken using black==20.8b1hodbn2020-08-261-1/+1
* Send "http/1.1" ALPN extension during TLS handshakehodbn2020-07-161-0/+5
* Test that ConnectionPool preserves path dot segmentshodbn2020-03-251-1/+1
* Don't encode fragment into target (#1732)Seth Michael Larson2019-11-041-0/+4
* Percent-encode targets and URLs in ConnectionPool (#1673)Seth Michael Larson2019-09-191-1/+7
* Auto formatting using blackRatan Kulshreshtha2019-05-251-76/+82
* Encode field names using HTML5 by default instead of RFC 2231 (#1492)Robb2019-03-221-50/+10
* Fix dummyserver decode errors when defaults are used with Python 3Justin Patrin2017-09-101-4/+4
* fix up tests and dummyserver /certificate endpointRyan T. Dean2017-08-151-2/+5
* test/with_dummyserver/test_https.py: adding intermediate CA client certificat...Wolfgang Richter2017-08-101-0/+6
* Fix compatibility with tornado 4.3+Felix Yan2017-07-211-1/+1
* Add tests for connection leaks on retry/redirectMatt Billenstein2017-06-081-0/+3
* expanding rewind_body exception handling, updating testsNate Prewitt2016-11-211-1/+5
* Fix flake8 E305 errorslars48392016-11-141-0/+1
* Support retry for 413, 429 and 503 status codeYi EungJun2016-09-261-1/+2
* Respect Retry-After header for redirectionYi EungJun2016-09-261-0/+13
* Respect Retry-After headerYi EungJun2016-09-261-0/+12
* Merge branch 'close' of https://github.com/scop/urllib3 into scop-closeCory Benfield2016-09-051-3/+3
|\
| * Use "with" to close more files eagerly and also on errorVille Skyttä2016-07-261-3/+3
* | Import more from sixVille Skyttä2016-08-151-6/+2
|/
* CR fixespalaviv2016-06-301-3/+2
* Added test multi redirect historypalaviv2016-05-101-0/+14
* implemented 'raise_on_status' option (similar to 'raise_on_redirect')WGH2016-01-141-0/+5
* Fix flake8 violationsJohn Vandenberg2015-11-021-5/+6
* tests: Adding sleep handler back in temporarily for GAE testscleanupAndrey Petrov2015-09-041-0/+8
* tests: Get rid of /sleep handler (and one test last test condition that depen...Andrey Petrov2015-09-041-6/+0
* App Engine Connection PoolJon Wayne Parrott2015-07-161-0/+11
* test chunked response with gzip encodingThomas Weißschuh2015-04-291-0/+11
* [dummyserver] emit all chunksThomas Weißschuh2015-04-271-2/+2
* test keep-alive chunked requestsThomas Weißschuh2015-04-271-4/+17
* let tornado take care of encoding (fixes py3 error)matejcik2015-04-231-1/+1
* use Tornado directly instead of WSGI compatibility layermatejcik2015-04-231-16/+31
* Implement retry logicKevin Burke2014-06-251-4/+24
* Add source_address to HTTP[S]Connection and HTTP[S]ConnectionPool to specify ...grun2014-04-121-0/+4
* Simulate a standards-compliant web server.Martin von Gagern2013-08-071-0/+46
* add reason phrases to responses from dummyserverThomas Weißschuh2013-07-191-5/+6
* explicitly flush all gzip dataThomas Weißschuh2013-02-021-1/+3
* fix test_keepalive_close() for py3.3Thomas Weißschuh2012-12-021-1/+1