aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/http/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* The final piece: netlib -> mitproxy.netAldo Cortesi2016-10-201-15/+0
|
* python3: clean up super and __future__Aldo Cortesi2016-10-171-1/+0
|
* fix testsMaximilian Hils2016-08-041-0/+1
|
* simplify contentview logicMaximilian Hils2016-08-041-0/+1
|
* Reorganise netlib imports according to Google Style GuideAldo Cortesi2016-06-011-5/+5
|
* be more strict about module namespacesMaximilian Hils2016-05-311-4/+4
|
* A clearer implementation of MultiDictViewAldo Cortesi2016-05-211-2/+2
| | | | | | This makes MultiDictView work with a simple getter/setter pair, rather than using attributes with implicit leading underscores. Also move MultiDictView into multidict.py and adds some simple unit tests.
* improve MultiDict, add ImmutableMultiDict, adjust response.cookiesMaximilian Hils2016-05-181-4/+4
|
* replace CONTENT_MISSING with None.Matthew Shao2016-03-261-2/+2
|
* combine projectsMaximilian Hils2016-02-181-0/+14