1
0
mirror of https://github.com/httpie/cli.git synced 2025-02-15 13:33:39 +02:00
httpie-cli/httpie/__init__.py
2012-07-27 18:08:33 +02:00

11 lines
142 B
Python

"""
HTTPie - cURL for humans.
"""
__author__ = 'Jakub Roztocil'
__version__ = '0.2.7dev'
__licence__ = 'BSD'
CONTENT_TYPE = 'Content-Type'