forked from extern/httpie-cli
9 lines
125 B
Python
9 lines
125 B
Python
"""
|
|
HTTPie - a CLI, cURL-like tool for humans.
|
|
|
|
"""
|
|
|
|
__version__ = '2.1.0'
|
|
__author__ = 'Jakub Roztocil'
|
|
__licence__ = 'BSD'
|