aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/http/url.py
Commit message (Collapse)AuthorAgeFilesLines
* Utils cleanupsAldo Cortesi2016-06-071-1/+14
| | | | | | | | - 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-1/+1
|
* Satisfy flake8Aldo Cortesi2016-05-311-0/+1
|
* Module is part of the name - url.decode, not url.urldecodeAldo Cortesi2016-05-311-4/+4
| | | | A pattern we need to use far more often in the codebase
* Extract url functions from netlib.utils and move to netlib.http.urlAldo Cortesi2016-05-311-0/+95