mirror of
https://github.com/kennethreitz/responder.git
synced 2026-06-05 23:00:17 +00:00
models
This commit is contained in:
+1
-1
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user