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

Added support for XML formatting (#1129)

As a side effect, XHTML responses will be pretty-printed too.
This commit is contained in:
Mickaël Schoentgen
2021-08-31 22:49:53 +02:00
committed by GitHub
parent 8618f12fce
commit d10e108b5f
33 changed files with 387 additions and 2 deletions
+1
View File
@@ -29,6 +29,7 @@ PACKAGES = [
'idna',
'chardet',
'PySocks',
'defusedxml',
]