summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/request-response.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt
index f832368c03..10d18a8d9d 100644
--- a/docs/ref/request-response.txt
+++ b/docs/ref/request-response.txt
@@ -846,6 +846,11 @@ Methods
values you used in ``set_cookie()`` -- otherwise the cookie may not be
deleted.
+.. method:: HttpResponse.close()
+
+ This method is called at the end of the request directly by the WSGI
+ server.
+
.. method:: HttpResponse.write(content)
This method makes an :class:`HttpResponse` instance a file-like object.