aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/http/http1/assemble.py
Commit message (Collapse)AuthorAgeFilesLines
* Utils cleanupsAldo Cortesi2016-06-071-2/+2
| | | | | | | | - Move more stuff that belongs in netlib.human - Move some stuff to near the only use - Zap mitmproxy.utils.timestamp(). I see the rationale, but we used it interchangeably with time.time() throughout the project. Since time.time() dominates in the codebase and timestamp() is such low utility, away it goes.
* Reorganise netlib imports according to Google Style GuideAldo Cortesi2016-06-011-4/+4
|
* netlib: fix most flake8 offensesThomas Kriechbaumer2016-05-281-0/+1
|
* cleanup imports with flake8Thomas Kriechbaumer2016-05-281-1/+0
|
* update commentsMatthew Shao2016-03-261-4/+4
|
* replace CONTENT_MISSING with None.Matthew Shao2016-03-261-6/+4
|
* combine projectsMaximilian Hils2016-02-181-0/+104