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.
2 parents 67112ca + c59541c commit daee3f6Copy full SHA for daee3f6
README.rst
@@ -103,7 +103,7 @@ poking around in the code itself.
103
* ``Chunked.YES``, telling the server to always apply chunk encoding
104
* ``Chunked.NO``, telling the server to never apply chunk encoding
105
* ``Chunked.AUTO``, telling the server to apply chunk encoding only if
106
- the ``Transfer-Encoding`` header includes ``chunked``
+ the ``Transfer-Encoding`` header includes ``chunked``
107
108
If chunk encoding is applied, each str or bytes in ``content`` becomes one
109
chunk in the response.
0 commit comments