diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-08-22 14:48:33 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-08-22 14:48:33 +0200 |
commit | 88c2e22734c7d7b5433a281a242df7f087862d77 (patch) | |
tree | fd1c39be28858a99a92b8dd90ad9b17801bd845f | |
parent | 88220adb72c5cb00e3c8d0886ebe687edf842cd8 (diff) |
request-target.d: mention added in 7.55.0
-rw-r--r-- | docs/cmdline-opts/request-target.d | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/cmdline-opts/request-target.d b/docs/cmdline-opts/request-target.d index 630f8b3b4..b46b4af02 100644 --- a/docs/cmdline-opts/request-target.d +++ b/docs/cmdline-opts/request-target.d @@ -1,6 +1,7 @@ Long: request-target Help: Specify the target for this request Protocols: HTTP +Added: 7.55.0 --- 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 |