aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/http/http1
Commit message (Collapse)AuthorAgeFilesLines
* add MultiDictMaximilian Hils2016-05-181-2/+2
| | | | | | | | 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.
* update commentsMatthew Shao2016-03-261-4/+4
|
* replace CONTENT_MISSING with None.Matthew Shao2016-03-261-6/+4
|
* combine projectsMaximilian Hils2016-02-183-0/+491