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

10 lines
230 B
Python
Raw Normal View History

2015-02-05 15:25:00 +01:00
"""
WARNING: The plugin API is still work in progress and will
2019-08-31 18:33:54 +02:00
probably be completely reworked in the future.
2015-02-05 15:25:00 +01:00
"""
from httpie.plugins.base import (
AuthPlugin, FormatterPlugin,
ConverterPlugin, TransportPlugin
)