mirror of
https://github.com/httpie/cli.git
synced 2024-11-21 23:33:12 +01:00
7f03c52d22
Close #1583 Close #1581
10 lines
178 B
Python
10 lines
178 B
Python
"""
|
|
HTTPie: modern, user-friendly command-line HTTP client for the API era.
|
|
|
|
"""
|
|
|
|
__version__ = '3.2.3'
|
|
__date__ = '2024-07-10'
|
|
__author__ = 'Jakub Roztocil'
|
|
__licence__ = 'BSD'
|