aboutsummaryrefslogtreecommitdiffstats
path: root/test/netlib
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'better-replace'Maximilian Hils2016-04-032-0/+23
|\
| * improve .replace() and move it into netlibMaximilian Hils2016-04-022-0/+23
| |
* | Merge pull request #1074 from mitmproxy/move-response-refreshThomas Kriechbaumer2016-04-032-0/+39
|\ \ | | | | | | move HTTPResponse.refresh into netlib
| * | 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_format
| * | form_(in|out) -> first_line_formatMaximilian Hils2016-04-021-6/+6
| |/
* / response.msg -> response.reasonMaximilian Hils2016-04-021-2/+2
|/
* add Serializeable.copyMaximilian Hils2016-04-021-0/+27
|
* replace CONTENT_MISSING with None.Matthew Shao2016-03-261-3/+3
|
* netlib: request.path can be NoneMaximilian Hils2016-03-201-1/+6
|
* Add 'UsernamePasswordAuth' 'UsernamePasswordAuthResponse' to SOCKSyonder2016-03-151-0/+39
|
* fix #956Maximilian Hils2016-02-191-6/+4
|
* 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
| | | | from: https://github.com/mitmproxy/netlib/pull/121
* move tservers helperThomas Kriechbaumer2016-02-164-4/+115
|
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | Currently the path_components and query setters of the Request object use the url setter under the hood. The url setter updates all parts of the URL including the host. If the host header and the host in the request URL are different (as is common when making HTTPS requests) then the host header will be updated to the value in the URL as a result of modifying the path. This change fixes this problem by modifying the query and path_components setters to not use the url setter and instead directly update the path field.
* | temporarily silence flaky testsMaximilian Hils2016-02-161-2/+2
|/
* fix ALPN checksMaximilian Hils2016-02-152-3/+3
|
* move tests into shared folderMaximilian Hils2016-02-1548-0/+4385