mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 19:45:04 -05:00
9 lines
337 B
D
9 lines
337 B
D
|
Long: request-target
|
||
|
Help: Specify the target for this request
|
||
|
Protocols: HTTP
|
||
|
---
|
||
|
Tells curl to use an alternative "target" (path) instead of using the path as
|
||
|
provided in the URL. Particularly useful when wanting to issue HTTP requests
|
||
|
without leading slash or other data that doesn't follow the regular URL
|
||
|
pattern, like "OPTIONS *".
|