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
Mickaël Schoentgen 4eaa4d67c5 v2.5.0 (#1140)
[skip ci]
2021-09-06 20:23:14 +02:00

9 lines
132 B
Python

"""
HTTPie: command-line HTTP client for the API era.
"""
__version__ = '2.5.0'
__author__ = 'Jakub Roztocil'
__licence__ = 'BSD'