You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2025-08-10 22:42:05 +02:00
Added support for XML formatting (#1129)
As a side effect, XHTML responses will be pretty-printed too.
This commit is contained in:
committed by
GitHub
parent
8618f12fce
commit
d10e108b5f
@@ -2,6 +2,7 @@ from .manager import PluginManager
|
||||
from .builtin import BasicAuthPlugin, DigestAuthPlugin
|
||||
from ..output.formatters.headers import HeadersFormatter
|
||||
from ..output.formatters.json import JSONFormatter
|
||||
from ..output.formatters.xml import XMLFormatter
|
||||
from ..output.formatters.colors import ColorFormatter
|
||||
|
||||
|
||||
@@ -14,5 +15,6 @@ plugin_manager.register(
|
||||
DigestAuthPlugin,
|
||||
HeadersFormatter,
|
||||
JSONFormatter,
|
||||
XMLFormatter,
|
||||
ColorFormatter,
|
||||
)
|
||||
|
Reference in New Issue
Block a user