mirror of
https://github.com/httpie/cli.git
synced 2024-11-23 00:03:18 +01:00
8 lines
107 B
Python
8 lines
107 B
Python
"""
|
|
HTTPie - cURL for humans.
|
|
|
|
"""
|
|
__author__ = 'Jakub Roztocil'
|
|
__version__ = '0.1.4'
|
|
__licence__ = 'BSD'
|