forked from extern/httpie-cli
4eaa4d67c5
[skip ci]
9 lines
132 B
Python
9 lines
132 B
Python
"""
|
|
HTTPie: command-line HTTP client for the API era.
|
|
|
|
"""
|
|
|
|
__version__ = '2.5.0'
|
|
__author__ = 'Jakub Roztocil'
|
|
__licence__ = 'BSD'
|