mirror of
https://github.com/django/daphne.git
synced 2025-04-21 01:02:06 +03:00
Down with RFC 2616
This commit is contained in:
parent
c4b1798020
commit
e65230b677
|
@ -456,7 +456,7 @@ Keys:
|
|||
* ``headers``: Dict of ``{name: value}``, where ``name`` is the lowercased
|
||||
HTTP header name as unicode string and ``value`` is the header value as a byte
|
||||
string. If multiple headers with the same name are received, they should
|
||||
be concatenated into a single header as per RFC 2616. Header names containing
|
||||
be concatenated into a single header as per RFC 7230. Header names containing
|
||||
underscores should be discarded by the server. Optional, defaults to ``{}``.
|
||||
|
||||
* ``body``: Body of the request, as a byte string. Optional, defaults to ``""``.
|
||||
|
|
Loading…
Reference in New Issue
Block a user