blob: 4aee947dd6c5a5c03933c855d91a97bcd491de17 (
plain)
1
2
3
4
5
6
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 *".
|