summaryrefslogtreecommitdiff
path: root/docs/ref/request-response.txt
diff options
context:
space:
mode:
authorJake Howard <git@theorangeone.net>2025-12-11 17:32:10 +0000
committerJacob Walls <jacobtylerwalls@gmail.com>2025-12-11 12:42:37 -0500
commitf8e55b39d43d70e406073a8b61dc912b9dfa4252 (patch)
tree8c995bb3ee702404c7198d638545b30dd1a4d55e /docs/ref/request-response.txt
parent0129f40bef94b192fc9edcbe20a10c3b4b02f820 (diff)
[6.0.x] Included ASGI servers when noting what the server does.
Backport of 1651140a80e1b5e19784a6a859b6dd2e44c5d7f7 from main.
Diffstat (limited to 'docs/ref/request-response.txt')
-rw-r--r--docs/ref/request-response.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt
index 892dc24008..5b0491463e 100644
--- a/docs/ref/request-response.txt
+++ b/docs/ref/request-response.txt
@@ -1062,7 +1062,7 @@ Methods
.. method:: HttpResponse.close()
This method is called at the end of the request directly by the WSGI
- server.
+ or ASGI server.
.. method:: HttpResponse.write(content)