1
0
mirror of https://github.com/httpie/cli.git synced 2025-08-10 22:42:05 +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

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