forked from extern/httpie-cli
11 lines
142 B
Python
11 lines
142 B
Python
"""
|
|
HTTPie - cURL for humans.
|
|
|
|
"""
|
|
__author__ = 'Jakub Roztocil'
|
|
__version__ = '0.2.7dev'
|
|
__licence__ = 'BSD'
|
|
|
|
|
|
CONTENT_TYPE = 'Content-Type'
|