mirror of
https://github.com/moparisthebest/curl
synced 2024-11-15 22:15:13 -05:00
b778ae4c5e
... 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
8 lines
261 B
Makefile
8 lines
261 B
Makefile
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 *".
|