1
0
mirror of https://github.com/httpie/cli.git synced 2026-06-20 11:32:56 +02:00

Add --path-as-is

Close #895
This commit is contained in:
Jakub Roztocil
2020-04-13 20:18:01 +02:00
parent 5754e33a75
commit 684a4708d7
4 changed files with 62 additions and 0 deletions
+9
View File
@@ -552,6 +552,15 @@ network.add_argument(
"""
)
network.add_argument(
'--path-as-is',
default=False,
action='store_true',
help="""
Bypass dot segment (/../ or /./) URL squashing.
"""
)
#######################################################################
# SSL