aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/strip-path-slash.d
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cmdline-opts/strip-path-slash.d')
-rw-r--r--docs/cmdline-opts/strip-path-slash.d7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/cmdline-opts/strip-path-slash.d b/docs/cmdline-opts/strip-path-slash.d
new file mode 100644
index 000000000..4aee947dd
--- /dev/null
+++ b/docs/cmdline-opts/strip-path-slash.d
@@ -0,0 +1,7 @@
+Long: strip-path-slash
+Help: Strip off the first slash of the path
+Protocols: HTTP
+---
+Tells curl to strip the leading slash from the path when it sends the path to
+the server. Useful when wanting to issue HTTP requests without leading slash,
+like "OPTIONS *".