mirror of
https://github.com/httpie/cli.git
synced 2025-01-10 00:28:12 +02:00
8 lines
110 B
Python
8 lines
110 B
Python
"""
|
|
HTTPie - cURL for humans.
|
|
|
|
"""
|
|
__author__ = 'Jakub Roztocil'
|
|
__version__ = '0.2.6dev'
|
|
__licence__ = 'BSD'
|