mirror of
https://github.com/httpie/cli.git
synced 2025-06-24 11:33:48 +02:00
Changelog, typos
This commit is contained in:
parent
c7657e3c4b
commit
747b87c4e6
@ -224,7 +224,7 @@ respectively:
|
|||||||
**The output is always streamed** unless ``--pretty`` is set or implied. You
|
**The output is always streamed** unless ``--pretty`` is set or implied. You
|
||||||
can use ``--stream`` / ``-S`` to enable streaming even with ``--pretty``, in
|
can use ``--stream`` / ``-S`` to enable streaming even with ``--pretty``, in
|
||||||
which case every line of the output will processed and flushed as soon as it's
|
which case every line of the output will processed and flushed as soon as it's
|
||||||
avaialbe (as opossed to buffering the whole response which wouldn't work for
|
available (as opposed to buffering the whole response which wouldn't work for
|
||||||
long-lived requests). You can test it with the Twitter streaming API:
|
long-lived requests). You can test it with the Twitter streaming API:
|
||||||
|
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
@ -346,7 +346,6 @@ Flags
|
|||||||
information useful for debugging HTTPie itself.
|
information useful for debugging HTTPie itself.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Contribute
|
Contribute
|
||||||
==========
|
==========
|
||||||
|
|
||||||
@ -401,6 +400,7 @@ Changelog
|
|||||||
streaming also with ``--pretty`` and to ensure a more frequent output
|
streaming also with ``--pretty`` and to ensure a more frequent output
|
||||||
flushing.
|
flushing.
|
||||||
* Support for efficient large file downloads.
|
* Support for efficient large file downloads.
|
||||||
|
* Sort headers by name (unless ``--ugly``).
|
||||||
* Response body is fetched only when needed (e.g., not with ``--headers``).
|
* Response body is fetched only when needed (e.g., not with ``--headers``).
|
||||||
* Improved content type matching.
|
* Improved content type matching.
|
||||||
* Updated Solarized color scheme.
|
* Updated Solarized color scheme.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user