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'