1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-24 19:53:55 +02:00
Files
httpie-cli/httpie/__init__.py
T

9 lines
154 B
Python
Raw Normal View History

"""
HTTPie: modern, user-friendly command-line HTTP client for the API era.
"""
2022-01-24 21:20:17 +03:00
__version__ = '3.0.2'
2017-02-17 00:56:07 +01:00
__author__ = 'Jakub Roztocil'
2012-07-17 01:11:01 +02:00
__licence__ = 'BSD'