forked from extern/httpie-cli
c7657e3c4b
`--stream` can be used to enable streaming also with `--pretty` and to ensure a more frequent output flushing.
8 lines
110 B
Python
8 lines
110 B
Python
"""
|
|
HTTPie - cURL for humans.
|
|
|
|
"""
|
|
__author__ = 'Jakub Roztocil'
|
|
__version__ = '0.2.7dev'
|
|
__licence__ = 'BSD'
|