curl-rust
curl-rust copied to clipboard
Add new `CURLINFO_` constants and `fn response_http_version()`
Fixes #538
Use CURLINFO_HTTP_VERSION (a new constant for the curl-sys crate) to determine the HTTP version used in the last/latest connection.
Looks like the CI isn't too happy about the new constants added to curl-sys, will have to find a way to update "something" here.