mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 07:34:45 +00:00
Update libcurl
This commit is contained in:
parent
20eb0a911a
commit
01a719ee58
3439 changed files with 529259 additions and 41492 deletions
21
Engine/lib/curl/docs/cmdline-opts/referer.d
Normal file
21
Engine/lib/curl/docs/cmdline-opts/referer.d
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
SPDX-License-Identifier: curl
|
||||
Long: referer
|
||||
Short: e
|
||||
Arg: <URL>
|
||||
Protocols: HTTP
|
||||
Help: Referrer URL
|
||||
See-also: user-agent header
|
||||
Category: http
|
||||
Example: --referer "https://fake.example" $URL
|
||||
Example: --referer "https://fake.example;auto" -L $URL
|
||||
Example: --referer ";auto" -L $URL
|
||||
Added: 4.0
|
||||
---
|
||||
Sends the "Referrer Page" information to the HTTP server. This can also be set
|
||||
with the --header flag of course. When used with --location you can append
|
||||
";auto" to the --referer URL to make curl automatically set the previous URL
|
||||
when it follows a Location: header. The ";auto" string can be used alone,
|
||||
even if you do not set an initial --referer.
|
||||
|
||||
If this option is used several times, the last one will be used.
|
||||
Loading…
Add table
Add a link
Reference in a new issue