Add support for proxy types CURLPROXY_HTTPS and CURLPROXY_HTTPS2#122
Add support for proxy types CURLPROXY_HTTPS and CURLPROXY_HTTPS2#122nojb merged 1 commit intoygrek:masterfrom
Conversation
|
08f39ac to
606f2ea
Compare
Thanks for the hint. I just fixed that. Please review again. |
Also, provide complete availability information for all variants. See also: https://curl.se/libcurl/c/CURLOPT_PROXYTYPE.html https://github.com/curl/curl/blob/e5087ac9fc6c80fbb1708b750e8187c7c876f0a4/include/curl/curl.h#L790-L804
606f2ea to
2ce5bb7
Compare
|
@nojb I just pushed an improved version based on your feedback. Please review once again. Thank you so far for your timely feedback! 👍 |
|
Merged, thanks. |
Add support for proxy types CURLPROXY_HTTPS and CURLPROXY_HTTPS2.
Also, fix order of variants to be consistent with the libcurl documentation, and provide complete availability information.
See also: