httpie-cli/httpie/plugins/__init__.py
2020-05-26 10:07:34 +02:00

10 lines
230 B
Python

"""
WARNING: The plugin API is still work in progress and will
probably be completely reworked in the future.
"""
from httpie.plugins.base import (
AuthPlugin, FormatterPlugin,
ConverterPlugin, TransportPlugin
)