aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/net/http
Commit message (Collapse)AuthorAgeFilesLines
...
* fix HTTP reason phrase encodingMaximilian Hils2017-01-071-2/+4
| | | | | While not explicitly spelled out in the RFCs, the reason phrase is expected to be ISO-8859-1.
* fix #1877Maximilian Hils2016-12-191-1/+5
|
* fix #1858Maximilian Hils2016-12-191-2/+7
|
* minor fixesMaximilian Hils2016-12-101-1/+2
|
* lint!Maximilian Hils2016-11-181-0/+1
|
* addons.proxyauth: out with the old, in with the newAldo Cortesi2016-11-131-176/+0
| | | | | - Strip out old auth mechanisms, and enable addon - Disable web app auth for now - this should just use the Tornado auth stuff
* Remove deprecated interfacesAldo Cortesi2016-11-042-32/+0
|
* multidict: ditch ImmutableMultiDictAldo Cortesi2016-10-211-3/+3
| | | | A contorted class we only use for cookie attributes. We don't need it.
* The final piece: netlib -> mitproxy.netAldo Cortesi2016-10-2018-0/+2752