mirror of
https://github.com/moparisthebest/curl
synced 2024-11-15 14:05:03 -05:00
60dc3d1a5b
This is a followup to commit f410b9e538
fixing a few
more commands which takes arguments.
Closes #7382
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
12 lines
378 B
Makefile
12 lines
378 B
Makefile
Long: request-target
|
|
Arg: <path>
|
|
Help: Specify the target for this request
|
|
Protocols: HTTP
|
|
Added: 7.55.0
|
|
Category: 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 *".
|