aboutsummaryrefslogtreecommitdiffstats
path: root/test/netlib/http/http2
Commit message (Collapse)AuthorAgeFilesLines
* Start cleaning up netlib.utilsAldo Cortesi2016-05-311-13/+13
| | | | | - Remove http2 functions, move to http2.frame - Remove Serializable, move to netlib.basetypes
* Improve handling of pseudo-headersAldo Cortesi2016-05-311-1/+4
| | | | | | | | | - The canonical source for :method, :scheme and :path are the .method, .scheme and .path attributes on the request object. - These pseudo-headers are stripped after reading the request, and re-inserted just before sending. - The :authority header remains, and should be handled analagously to the Host header in HTTP1 with respect to display and user interaction.
* more style cleanupThomas Kriechbaumer2016-05-291-9/+10
| | | | Use this to check: flake8 --count mitmproxy netlib pathod examples test
* fix testsMaximilian Hils2016-05-281-2/+2
|
* cleanup imports with flake8Thomas Kriechbaumer2016-05-281-1/+0
|
* add MultiDictMaximilian Hils2016-05-181-3/+3
| | | | | | | | This commit introduces MultiDict, a multi-dictionary similar to ODict, but with improved semantics (as in the Headers class). MultiDict fixes a few issues that were present in the Request/Response API. In particular, `request.cookies["foo"] = "bar"` has previously been a no-op, as the cookies property returned a mutable _copy_ of the cookies.
* 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
|/
* move tservers helperThomas Kriechbaumer2016-02-161-1/+2
|
* fix ALPN checksMaximilian Hils2016-02-151-2/+2
|
* move tests into shared folderMaximilian Hils2016-02-152-0/+540