You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2025-12-24 00:31:09 +02:00
10 lines
216 B
Python
10 lines
216 B
Python
"""
|
|
WARNING: The plugin API is still work in progress and will
|
|
probably be completely reworked in the future.
|
|
|
|
"""
|
|
from .base import (
|
|
AuthPlugin, FormatterPlugin,
|
|
ConverterPlugin, TransportPlugin
|
|
)
|