This commit is contained in:
2018-10-19 03:09:53 -07:00
parent d6d496018d
commit f3e2450636
+1 -1
View File
@@ -256,7 +256,7 @@ class Response:
self.cookies = {} #: The cookies set in the Response, as a dictionary
self.session = (
req.session.copy()
) #: The *cookie-based* session data, in dict form, to add to the Response.
) #: The cookie-based session data, in dict form, to add to the Response.
@property
async def body(self):