alexcrichton / curl-rust

Rust bindings to libcurl
MIT License
1.02k stars 235 forks source link

Define HTTP/3 constant #331

Closed sagebind closed 4 years ago

sagebind commented 4 years ago

HTTP/3 support in libcurl is still experimental at this point, but the constant for requesting it is stable. This just defines the constant and makes it available in the curl crate.