1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-24 08:22:22 +02:00
This commit is contained in:
Jakub Roztocil 2020-09-28 12:55:39 +02:00
parent 70ba84dc48
commit 75f1e02215

View File

@ -1450,8 +1450,8 @@ File uploads are always streamed to avoid memory issues with large files.
Chunked transfer encoding
=========================
For any request, you can use the ``--chunked`` flag to instruct HTTPie to use
``Transfer-Encoding: chunked``:
You can use the ``--chunked`` flag to instruct HTTPie to use
``Transfer-Encoding: chunked``:
.. code-block:: bash