mirror of
https://github.com/django/daphne.git
synced 2025-04-24 02:32:10 +03:00
* Webserver -> web server This was flagged by my spell check, and indeed it's hard to find spellings online without the space. The Oxford Dictionary only knows it with a space, so I thought it's worth correcting. * Attempt to clarify optional keys I wasn't sure about how to treat keys marked optional. After having spoken to Andrew, this is my attempt at clarifying. Improvements welcome! * Order of header values MUST be kept Order for HTTP header values matters, both in request and responses. So we must make sure that we're keeping it. Request: > Some headers, such as Accept-Language can be sent by clients as > several headers each with a different value rather than sending the > header as a comma separated list. http://docs.oracle.com/javaee/6/api/javax/servlet/http/HttpServletRequest.html#getHeaders%28java.lang.String%29 Response: Set-Cookie may be present multiple times, and only the last given value is to be used. I'm updating the Daphne test to verify the order in my pull request there. * Clarify that headers is a list of lists The wording for 'server'/'client' and 'headers' was very similar, and I was unsure if clients may be a list of lists (in anticipation of protocols supporting that). I hope this small tweak makes it clearer that only headers is a list of lists. |
||
---|---|---|
.. | ||
asgi | ||
releases | ||
asgi.rst | ||
backends.rst | ||
binding.rst | ||
community.rst | ||
concepts.rst | ||
conf.py | ||
contributing.rst | ||
delay.rst | ||
deploying.rst | ||
faqs.rst | ||
generics.rst | ||
getting-started.rst | ||
index.rst | ||
inshort.rst | ||
installation.rst | ||
make.bat | ||
Makefile | ||
reference.rst | ||
routing.rst | ||
testing.rst |