Open
Description
Hi! I'm writing a little bit of http
interop code in a crate, and running into the need of the HTTP response version. I seem to only be able to set a preferred HTTP version with this Easy
portion of the crate.
I'm not super familiar with curl
, but it seems the bindings have CURLINFO_HTTP_VERSION
for this, but I have no clue how new it is nor does it appear to be in the bindings already. Are the curl-sys
bindings autogenerated or written by hand?
Note that we could separately discuss whether this curl
crate should have built-in (behind an optional crate feature) http
interop support, now that they've had their 1.0.0
release?
Metadata
Metadata
Assignees
Labels
No labels