Name
easy:SetOpt_ProxyUserName -- user name to use for proxy authentication
Synopsis
easy:SetOpt_ProxyUserName(username)
Function
Pass a string as parameter, which should be pointing to user name to use for the transfer.

#CURLOPT_PROXYUSERNAME sets the user name to be used in protocol authentication with the proxy.

To specify the proxy password use the #CURLOPT_PROXYPASSWORD.

Inputs
username
input value

Show TOC