cURL / Mailing Lists / curl-library / Single Mail

curl-library

data->set.str[STRING_PASSWORD] <=> conn->passwd

From: Josef Wolf <jw_at_raven.inka.de>
Date: Wed, 19 Nov 2008 23:54:17 +0100

Hello,

I am trying to understand the difference between

  conn->user <=> data->set.str[STRING_USERNAME]
  conn->passwd <=> data->set.str[STRING_PASSWORD]
  conn->proxyuser <=> data->set.str[STRING_PROXYUSERNAME]
  conn->passwd <=> data->set.str[STRING_PROXYPASSWORD]

On a first glance, the main difference seems to be that the
data->set.str[] entries are set by curl_easy_setopt() while the conn
entries are parsed from the url/.netrc.
Received on 2008-11-20