We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b108b commit 796b9f1Copy full SHA for 796b9f1
docs/extensions.rst
@@ -226,9 +226,9 @@ field ``trailers`` in *Response Start* as ``True``. That will allow the ASGI ser
226
to know that after the last ``http.response.body`` message (``more_body`` being ``False``),
227
the ASGI framework will send a ``http.response.trailers`` message.
228
229
-The ASGI framework is in charge of sending the ``Trailers`` headers to let the client know
+The ASGI framework is in charge of sending the ``Trailer`` headers to let the client know
230
which trailing headers the server will send. The ASGI server is not responsible for validating
231
-the ``Trailers`` headers provided.
+the ``Trailer`` headers provided.
232
233
Keys:
234
0 commit comments