JuliaWeb / JuliaWeb/LibCURL.jl
Unclear how to use CURLOPT_SSLVERSION
Open
- Dominant language
- Julia
- Stars
- 35
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
How does one use `CURLOPT_SSLVERSION` with this wrapper?
`curl_easy_setopt(curl, CURLOPT_SSLVERSION, CURL_SSLVERSION_DEFAULT)` does not work for me since `CURL_SSLVERSION_DEFAULT` is not defined. I can not find any exposed values for this option by the wrapper.
https://curl.haxx.se/libcurl/c/CURLOPT_SSLVERSION.html
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.