aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/http/headers.py
Commit message (Collapse)AuthorAgeFilesLines
* Utils reorganisation: add netlib.strutilsAldo Cortesi2016-06-021-2/+2
| | | | Extract a number of string and format-related functions to netlib.strutils.
* Reorganise netlib imports according to Google Style GuideAldo Cortesi2016-06-011-4/+4
|
* Satisfy flake8Aldo Cortesi2016-05-311-1/+1
|
* utils.multipartdecode -> http.multipart.decodeAldo Cortesi2016-05-311-0/+27
| | | | | | also utils.parse_content_type -> http.headers.parse_content_type
* Satisfy flake8Aldo Cortesi2016-05-301-5/+0
|
* more style cleanupThomas Kriechbaumer2016-05-291-1/+1
|
* fix testsMaximilian Hils2016-05-281-1/+1
|
* netlib: fix most flake8 offensesThomas Kriechbaumer2016-05-281-4/+10
|
* fix Header docsMaximilian Hils2016-05-201-3/+3
|
* improve MultiDict, add ImmutableMultiDict, adjust response.cookiesMaximilian Hils2016-05-181-0/+4
|
* add MultiDictMaximilian Hils2016-05-181-95/+37
| | | | | | | | 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-1/+30
|
* add Serializeable.copyMaximilian Hils2016-04-021-4/+1
|
* s/nocover/no cover/gThomas Kriechbaumer2016-03-271-3/+3
| | | according to coveralls docs
* combine projectsMaximilian Hils2016-02-181-0/+204