From b778ae4c5e5bcb6da4de789e25971f40f0673d86 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 19 Jun 2017 14:10:33 +0200 Subject: http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASH ... to enable sending "OPTIONS *" which wasn't possible previously. This option currently only works for HTTP. Added test cases 1298 + 1299 to verify Fixes #1280 Closes #1462 --- docs/cmdline-opts/strip-path-slash.d | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/cmdline-opts/strip-path-slash.d (limited to 'docs/cmdline-opts/strip-path-slash.d') 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 *". -- cgit v1.2.3