aboutsummaryrefslogtreecommitdiffstats
path: root/test/netlib/http
Commit message (Expand)AuthorAgeFilesLines
* be more strict about module namespacesMaximilian Hils2016-05-311-2/+1
* http2.frame -> http2.framereaderAldo Cortesi2016-05-311-3/+3
* Fix test failuresAldo Cortesi2016-05-311-1/+1
* Satisfy flake8Aldo Cortesi2016-05-312-0/+2
* utils.multipartdecode -> http.multipart.decodeAldo Cortesi2016-05-312-0/+33
* netlib.utils.get_header_tokens -> netlib.http1.read.get_header_tokensAldo Cortesi2016-05-311-1/+12
* Module is part of the name - url.decode, not url.urldecodeAldo Cortesi2016-05-311-20/+20
* Extract url functions from netlib.utils and move to netlib.http.urlAldo Cortesi2016-05-311-0/+65
* Start cleaning up netlib.utilsAldo Cortesi2016-05-311-13/+13
* Improve handling of pseudo-headersAldo Cortesi2016-05-311-1/+4
* fix headers orderThomas Kriechbaumer2016-05-291-1/+1
* more style cleanupThomas Kriechbaumer2016-05-293-3/+4
* more style cleanupThomas Kriechbaumer2016-05-293-14/+19
* fix testsMaximilian Hils2016-05-283-4/+4
* cleanup imports with flake8Thomas Kriechbaumer2016-05-284-6/+2
* Clean un-needed importsAldo Cortesi2016-05-211-2/+0
* tests++Maximilian Hils2016-05-201-98/+1
* improve MultiDict, add ImmutableMultiDict, adjust response.cookiesMaximilian Hils2016-05-183-24/+26
* add MultiDictMaximilian Hils2016-05-186-46/+45
* Merge pull request #1121 from Kriechi/fix-cookiesThomas Kriechbaumer2016-05-113-4/+13
|\
| * improve cookie parsingThomas Kriechbaumer2016-05-103-4/+13
* | actually fix testsMaximilian Hils2016-05-101-2/+2
* | Revert "fix tests"Maximilian Hils2016-05-101-2/+2
* | fix testsMaximilian Hils2016-05-101-2/+2
|/
* fix #1120Maximilian Hils2016-05-091-0/+12
* Merge branch 'better-replace'Maximilian Hils2016-04-031-0/+19
|\
| * improve .replace() and move it into netlibMaximilian Hils2016-04-021-0/+19
* | Merge pull request #1074 from mitmproxy/move-response-refreshThomas Kriechbaumer2016-04-032-0/+39
|\ \
| * | move HTTPResponse.refresh into netlibMaximilian Hils2016-04-022-0/+39
| |/
* | Merge pull request #1073 from mitmproxy/first-line-formatThomas Kriechbaumer2016-04-031-6/+6
|\ \
| * | form_(in|out) -> first_line_formatMaximilian Hils2016-04-021-6/+6
| |/
* / response.msg -> response.reasonMaximilian Hils2016-04-021-2/+2
|/
* replace CONTENT_MISSING with None.Matthew Shao2016-03-261-3/+3
* netlib: request.path can be NoneMaximilian Hils2016-03-201-1/+6
* Fixup more testsShadab Zafar2016-02-181-4/+7
* Use host header values only when the ports matchShadab Zafar2016-02-181-2/+6
* Handle port numbers in host headerShadab Zafar2016-02-171-0/+4
* move tservers helperThomas Kriechbaumer2016-02-161-1/+2
* Fix failing unit tests caused by a69d223bWill Coster2016-02-151-4/+4
* Merge branch 'master' of https://github.com/mitmproxy/mitmproxyMaximilian Hils2016-02-161-2/+7
|\
| * Preserve host header when modifying request pathWill Coster2016-02-151-2/+7
* | temporarily silence flaky testsMaximilian Hils2016-02-161-2/+2
|/
* fix ALPN checksMaximilian Hils2016-02-151-2/+2
* move tests into shared folderMaximilian Hils2016-02-1514-0/+1972