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

Updated changelog.

This commit is contained in:
Jakub Roztocil 2012-07-24 01:17:07 +02:00
parent 2646ebaaed
commit 728a1a195b

View File

@ -173,7 +173,7 @@ respectivelly::
#!/bin/bash #!/bin/bash
if http --check-status example.org/health &> /dev/null; then if http --check-status HEAD example.org/health &> /dev/null; then
echo 'OK!' echo 'OK!'
else else
case $? in case $? in
@ -327,7 +327,8 @@ Changelog
--------- ---------
* `0.2.6dev <https://github.com/jkbr/httpie/compare/0.2.5...master>`_ * `0.2.6dev <https://github.com/jkbr/httpie/compare/0.2.5...master>`_
* Added exit status codes for HTTP 3xx, 4xx and 5xx (3, 4, 5). * Added ``--check-status`` to exit with an error for HTTP 3xx, 4xx and
5xx (3, 4, 5).
* If the output is piped to another program or redirected to a file, * If the output is piped to another program or redirected to a file,
the new default behaviour is to only print the response body. the new default behaviour is to only print the response body.
(It can still be overriden via the ``--print`` flag.) (It can still be overriden via the ``--print`` flag.)