libcURL.ProxyEngine.UnifiedHeaders - charonn0/RB-libcURL GitHub Wiki
libcURL.ProxyEngine.UnifiedHeaders
Property Declaration
Dim UnifiedHeaders As Boolean
Remarks
When set to True (the default before libcurl 7.42.1), libcurl will send the same request headers to the proxy as it does to the server. When set to False only those headers set with the SetHeader() method are sent to the proxy.
See also
- CURLOPT_HEADEROPT in the libcurl documentation