aboutsummaryrefslogtreecommitdiffstats
path: root/test/netlib/http/test_headers.py
Commit message (Collapse)AuthorAgeFilesLines
* utils.multipartdecode -> http.multipart.decodeAldo Cortesi2016-05-311-0/+10
| | | | | | also utils.parse_content_type -> http.headers.parse_content_type
* tests++Maximilian Hils2016-05-201-98/+1
|
* add MultiDictMaximilian Hils2016-05-181-5/+5
| | | | | | | | 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.
* improve .replace() and move it into netlibMaximilian Hils2016-04-021-0/+19
|
* move tests into shared folderMaximilian Hils2016-02-151-0/+152