diff options
| author | Jake Howard <git@theorangeone.net> | 2025-12-11 17:32:10 +0000 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-12-11 12:42:17 -0500 |
| commit | 1651140a80e1b5e19784a6a859b6dd2e44c5d7f7 (patch) | |
| tree | 763768b5dae60071a2f4a0eba4783b3342814ae8 /docs/ref | |
| parent | dae08cf55b83caef5e8ee39b16417692e8565278 (diff) | |
Included ASGI servers when noting what the server does.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/request-response.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt index 5a2696993c..1f3e274141 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -1058,7 +1058,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) |
