This commit is contained in:
2018-10-19 03:10:39 -07:00
parent f3e2450636
commit 212f280c19
+1 -1
View File
@@ -251,7 +251,7 @@ class Response:
) #: A Python object that will be content-negotiated and sent back to the client. Typically, in JSON formatting.
self.headers = (
{}
) #: A Python dictionary of {Key: value}, representing the headers of the response.
) #: A Python dictionary of ``{key: value}``, representing the headers of the response.
self.formats = formats
self.cookies = {} #: The cookies set in the Response, as a dictionary
self.session = (