1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-24 08:22:22 +02:00

Changelog, typos

This commit is contained in:
Jakub Roztocil 2012-08-04 16:46:39 +02:00
parent c7657e3c4b
commit 747b87c4e6

View File

@ -224,7 +224,7 @@ respectively:
**The output is always streamed** unless ``--pretty`` is set or implied. You
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
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:
.. code-block:: shell
@ -346,7 +346,6 @@ Flags
information useful for debugging HTTPie itself.
Contribute
==========
@ -401,6 +400,7 @@ Changelog
streaming also with ``--pretty`` and to ensure a more frequent output
flushing.
* Support for efficient large file downloads.
* Sort headers by name (unless ``--ugly``).
* Response body is fetched only when needed (e.g., not with ``--headers``).
* Improved content type matching.
* Updated Solarized color scheme.