mirror of
https://github.com/curl/curl.git
synced 2026-08-24 23:23:32 +03:00
write-out: add '%{proxy_used}'
Returns 1 if the previous transfer used a proxy, otherwise 0. Useful to for example determine if a `NOPROXY` pattern matched the hostname or not. Extended test 970 and 972
This commit is contained in:
parent
cc04c73677
commit
ac208ccf6f
5 changed files with 9 additions and 2 deletions
|
|
@ -79,6 +79,7 @@ typedef enum {
|
|||
VAR_PRIMARY_IP,
|
||||
VAR_PRIMARY_PORT,
|
||||
VAR_PROXY_SSL_VERIFY_RESULT,
|
||||
VAR_PROXY_USED,
|
||||
VAR_REDIRECT_COUNT,
|
||||
VAR_REDIRECT_TIME,
|
||||
VAR_REDIRECT_URL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue