r46940 - docs and topfile
hawkowl-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org
| Newsgroups | gmane.comp.python.twisted.commits |
|---|---|
| Message-ID | <[email protected]> |
Author: hawkowl
Date: Mon Mar 7 04:14:01 2016
New Revision: 46940
Added:
branches/addCookie-str-8067/twisted/web/topfiles/8067.feature
Modified:
branches/addCookie-str-8067/twisted/web/http.py
Log:
docs and topfile
Modified: branches/addCookie-str-8067/twisted/web/http.py
==============================================================================
--- branches/addCookie-str-8067/twisted/web/http.py (original)
+++ branches/addCookie-str-8067/twisted/web/http.py Mon Mar 7 04:14:01 2016
@@ -547,6 +547,9 @@
i.e., ?foo=bar&foo=baz&quux=spam results in
{'foo': ['bar', 'baz'], 'quux': ['spam']}.
+ @ivar cookies: The cookies that will be sent in the response.
+ @type cookies: L{list} of L{bytes}
+
@type requestHeaders: L{http_headers.Headers}
@ivar requestHeaders: All received HTTP request headers.