aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/http
Commit message (Expand)AuthorAgeFilesLines
* Remove odictAldo Cortesi2016-06-091-4/+5
* Utils cleanupsAldo Cortesi2016-06-072-3/+16
* minor fixesMaximilian Hils2016-06-062-5/+5
* Fix test that may fail due to binary header dataAldo Cortesi2016-06-051-1/+3
* Utils reorganisation: add netlib.strutilsAldo Cortesi2016-06-023-7/+7
* Merge pull request #1183 from mitmproxy/module-importsAldo Cortesi2016-06-011-1/+3
|\
| * use module-level imports onlyMaximilian Hils2016-05-311-1/+3
* | Reorganise netlib imports according to Google Style GuideAldo Cortesi2016-06-0112-112/+117
|/
* be more strict about module namespacesMaximilian Hils2016-05-311-4/+4
* Fix tests harderAldo Cortesi2016-05-311-2/+2
* http2.frame -> http2.framereaderAldo Cortesi2016-05-311-0/+0
* Satisfy flake8Aldo Cortesi2016-05-312-1/+2
* Move human-friendly format functions to netlib.human, remove redundant implem...Aldo Cortesi2016-05-311-2/+2
* utils.multipartdecode -> http.multipart.decodeAldo Cortesi2016-05-313-1/+61
* netlib.utils.get_header_tokens -> netlib.http1.read.get_header_tokensAldo Cortesi2016-05-311-1/+13
* Module is part of the name - url.decode, not url.urldecodeAldo Cortesi2016-05-314-15/+15
* Extract url functions from netlib.utils and move to netlib.http.urlAldo Cortesi2016-05-314-12/+109
* Start cleaning up netlib.utilsAldo Cortesi2016-05-314-39/+60
* Improve handling of pseudo-headersAldo Cortesi2016-05-311-6/+8
* Satisfy flake8Aldo Cortesi2016-05-301-5/+0
* more style cleanupThomas Kriechbaumer2016-05-292-3/+3
* more style cleanupThomas Kriechbaumer2016-05-291-2/+2
* fix testsMaximilian Hils2016-05-283-3/+3
* netlib: fix most flake8 offensesThomas Kriechbaumer2016-05-284-9/+24
* cleanup imports with flake8Thomas Kriechbaumer2016-05-284-5/+0
* Merge branch 'issue-1099'Maximilian Hils2016-05-201-0/+6
|\
| * fix #1099Maximilian Hils2016-05-201-0/+6
* | A clearer implementation of MultiDictViewAldo Cortesi2016-05-214-97/+55
|/
* tests++Maximilian Hils2016-05-202-3/+3
* fix Header docsMaximilian Hils2016-05-201-3/+3
* improve MultiDict, add ImmutableMultiDict, adjust response.cookiesMaximilian Hils2016-05-186-87/+123
* add MultiDictMaximilian Hils2016-05-187-136/+137
* replace SimpleCookie with our own parser libThomas Kriechbaumer2016-05-111-1/+1
* improve cookie parsingThomas Kriechbaumer2016-05-103-37/+20
* fix #1120Maximilian Hils2016-05-091-1/+1
* fix CONNECT display in upstream modeMaximilian Hils2016-04-201-0/+2
* peer_address -> ip_addressMaximilian Hils2016-04-111-0/+1
* Merge branch 'better-replace'Maximilian Hils2016-04-033-1/+66
|\
| * improve .replace() and move it into netlibMaximilian Hils2016-04-023-1/+66
* | Merge pull request #1074 from mitmproxy/move-response-refreshThomas Kriechbaumer2016-04-032-0/+68
|\ \
| * | move HTTPResponse.refresh into netlibMaximilian Hils2016-04-022-0/+68
| |/
* | Merge pull request #1073 from mitmproxy/first-line-formatThomas Kriechbaumer2016-04-032-25/+4
|\ \
| * | form_(in|out) -> first_line_formatMaximilian Hils2016-04-022-25/+4
| |/
* / response.msg -> response.reasonMaximilian Hils2016-04-021-10/+0
|/
* add Serializeable.copyMaximilian Hils2016-04-024-11/+4
* s/nocover/no cover/gThomas Kriechbaumer2016-03-275-25/+25
* update commentsMatthew Shao2016-03-261-4/+4
* replace CONTENT_MISSING with None.Matthew Shao2016-03-263-10/+6
* Setting CONTENT_MISSING to NoneMatthew Shao2016-03-261-1/+1
* netlib: request.path can be NoneMaximilian Hils2016-03-201-1/+4