aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/net/http
Commit message (Expand)AuthorAgeFilesLines
* HTTP2 response reason is None, render as '' in property.Brad Dixon2020-06-081-2/+6
* minor improvements, tests++Maximilian Hils2020-04-091-1/+2
* minor sans-io adjustmentsMaximilian Hils2020-04-051-2/+2
* don't force host header on outgoing requestsMaximilian Hils2020-04-041-10/+1
* sync sans-io adjustmentsMaximilian Hils2020-04-041-14/+16
* fix #3833naivekun2020-03-021-1/+7
* Merge pull request #3420 from rjt-gupta/multipart-fixMaximilian Hils2019-11-152-11/+47
|\
| * multipart encoder and testsrjt-gupta2019-02-062-11/+46
| * multipart-fixrjt-gupta2019-02-061-1/+2
* | update mypyMaximilian Hils2019-11-121-4/+3
* | add http message type hintsMaximilian Hils2019-10-163-10/+18
* | Merge pull request #3464 from rjt-gupta/url-fixThomas Kriechbaumer2019-09-281-6/+15
|\ \
| * | url-fixrjt-gupta2019-02-031-6/+15
| |/
* | Merge branch 'master' into tabularJesson Soto Ventura2019-09-243-4/+24
|\ \
| * | encoding: add support for zstd (zstandard)Tero Saaristo2019-09-053-4/+24
* | | TLD and SLD are now highlighted using publicsuffixJesson Soto Ventura2019-09-241-0/+2
|/ /
* | update formatdate for cookies and tests to use GMT formattingAnthony Biondo2019-04-161-1/+1
* | Fix #3502 by using email.utils.formatdate's usegmt argument.Anthony Biondo2019-04-161-1/+1
|/
* charset in meta tags (#3411)Rajat Gupta2018-12-131-16/+20
* fix Python 3.6 variable type annotations #3053oscure762018-04-142-4/+4
* Merge pull request #2868 from kira0204/data-crashMaximilian Hils2018-03-041-5/+2
|\
| * Testingkira02042018-02-191-4/+1
| * Fixing getterkira02042018-02-191-1/+1
| * fix 2794kira02042018-02-151-1/+1
* | Misc. typosluz.paz2018-02-241-2/+2
* | Fix #2829Tran Tien Dat2018-02-211-5/+9
|/
* keeping consistency, better testingkira02042018-02-111-30/+25
* fixing logickira02042018-02-071-7/+7
* Other conditionMiroslav2018-01-141-2/+2
* Fix #2399Miroslav2018-01-141-1/+1
* mitmproxy.types -> mitmproxy.coretypesAldo Cortesi2017-12-175-5/+5
* Bug in expected_http_body_size fix (#2642)Suraj Tripathi2017-11-271-1/+5
* net.http.url.py changesUjjwal Verma2017-05-121-21/+3
* fix #2310Maximilian Hils2017-05-031-1/+2
* fix #2250, add type info to cookie moduleMaximilian Hils2017-04-262-49/+53
* fixes ipv6 authority form parsing in CONNECTRobert C Jensen2017-04-071-1/+3
* Make mypy succeed with imports on master.pyAldo Cortesi2017-03-175-60/+69
* add Request.makeMaximilian Hils2017-03-151-1/+48
* py3: __ne__ delegates to __eq__ by defaultMaximilian Hils2017-03-141-6/+0
* Merge pull request #2040 from mhils/request-host-headerMaximilian Hils2017-02-182-7/+43
|\
| * .headers["host"] -> .host_headerMaximilian Hils2017-02-182-8/+7
| * add request.host_header, fix #2036Maximilian Hils2017-02-171-0/+37
* | Merge pull request #2035 from Kriechi/fix-1916Thomas Kriechbaumer2017-02-181-1/+1
|\ \ | |/ |/|
| * fix #1916Thomas Kriechbaumer2017-02-171-1/+1
* | Use existing urlencoding conventions when re-encoding edited form #1946 (#2022)mame822017-02-162-3/+16
|/
* remove FIXMEThomas Kriechbaumer2017-02-091-4/+3
* remove verified remarkThomas Kriechbaumer2017-02-091-1/+0
* Encoding fixes and testsUjjwal Verma2017-02-051-14/+17
* increase test coverageThomas Kriechbaumer2017-02-022-5/+6
* minor encoding fixesMaximilian Hils2017-01-072-19/+10