aboutsummaryrefslogtreecommitdiffstats
path: root/test/mitmproxy/net/http
Commit message (Expand)AuthorAgeFilesLines
* extend tests for headers.replace()naivekun2020-03-021-0/+6
* Merge pull request #3420 from rjt-gupta/multipart-fixMaximilian Hils2019-11-152-3/+41
|\
| * test coverage improvedrjt-gupta2019-02-061-0/+19
| * multipart encoder and testsrjt-gupta2019-02-062-4/+22
| * multipart-fixrjt-gupta2019-02-061-2/+3
* | Merge pull request #3464 from rjt-gupta/url-fixThomas Kriechbaumer2019-09-281-0/+16
|\ \
| * | non ascii fix and testsrjt-gupta2019-02-031-0/+16
| |/
* | encoding: add support for zstd (zstandard)Tero Saaristo2019-09-051-0/+1
* | update formatdate for cookies and tests to use GMT formattingAnthony Biondo2019-04-161-1/+1
|/
* Fix several DeprecationWarning: invalid escape sequenceMickaƫl Schoentgen2019-01-051-2/+2
* charset in meta tags (#3411)Rajat Gupta2018-12-131-0/+10
* bump dependenciesThomas Kriechbaumer2018-12-021-1/+1
* fix py36/37 escaping issuesThomas Kriechbaumer2018-05-141-6/+10
* Merge pull request #2868 from kira0204/data-crashMaximilian Hils2018-03-041-2/+2
|\
| * Testingkira02042018-02-191-1/+1
| * Adding testkira02042018-02-161-1/+1
* | Fix #2829Tran Tien Dat2018-02-211-0/+21
|/
* keeping consistency, better testingkira02042018-02-112-6/+22
* fixing logickira02042018-02-071-0/+4
* Merge pull request #2793 from kajojify/issue-2399Maximilian Hils2018-01-141-0/+1
|\
| * Fix #2399Miroslav2018-01-141-0/+1
* | fix test flow timestamps to values that don't overflow in certain timezonesMaximilian Hils2018-01-051-2/+2
|/
* command cuts: add completionAldo Cortesi2017-12-171-2/+2
* Bug in expected_http_body_size fix (#2642)Suraj Tripathi2017-11-271-0/+11
* Increased net.http.cookies.py and net.http.message.py coverageUjjwal Verma2017-05-122-0/+9
* fix #2310Maximilian Hils2017-05-031-0/+8
* fix #2250, add type info to cookie moduleMaximilian Hils2017-04-261-0/+4
* fixes ipv6 authority form parsing in CONNECTRobert C Jensen2017-04-071-0/+1
* add Request.makeMaximilian Hils2017-03-151-1/+27
* py3: __ne__ delegates to __eq__ by defaultMaximilian Hils2017-03-141-5/+1
* add request.host_header, fix #2036Maximilian Hils2017-02-171-1/+46
* Use existing urlencoding conventions when re-encoding edited form #1946 (#2022)mame822017-02-161-0/+20
* coverage++Thomas Kriechbaumer2017-02-102-6/+50
* pytest.raises: shim new APIThomas Kriechbaumer2017-02-081-3/+3
* Encoding fixes and testsUjjwal Verma2017-02-051-7/+36
* replace tutils.raises with pytest.raises + shimThomas Kriechbaumer2017-02-029-66/+71
* increase test coverageThomas Kriechbaumer2017-02-022-1/+111
* nuke mock dependencyThomas Kriechbaumer2017-01-223-3/+3
* stronger tests, lintMaximilian Hils2017-01-071-1/+1
* minor encoding fixesMaximilian Hils2017-01-071-1/+14
* fix url.parse tests for Python 3.6Maximilian Hils2016-12-271-3/+10
* fix #1877Maximilian Hils2016-12-191-0/+9
* fix #1858Maximilian Hils2016-12-191-2/+2
* addons.proxyauth: out with the old, in with the newAldo Cortesi2016-11-131-122/+0
* tests: clean up test/mitmproxy/tutils.pyAldo Cortesi2016-11-021-3/+3
* The final piece: netlib -> mitproxy.netAldo Cortesi2016-10-2017-0/+1964