accept-header
An implementation of headers::Header
for the Accept
header as defined in RFC 9110.
Hopefully in the future this can be deprecated in favor of a canonical implentation in the headers
library, but that appears not to be a current priority. See hyperium/headers#53.
Because there already exists a different project with the same name on https://crates.io, this is not (yet) published there. Other methods
accept-header = { version = "0.1.0", git = "https://github.com/coriolinus/accept-header.git" }
Add the following lines to a relevant .cargo/config.toml
:
[registries.finvia-accept-header]
index = "sparse+https://cargo.cloudsmith.io/finvia/accept-header/"
Then depend on it as
accept-header = { version = "0.1.0", registry = "finvia-accept-header" }
Package repository hosting is graciously provided by Cloudsmith. Cloudsmith is the only fully hosted, cloud-native, universal package management solution, that enables your organization to create, store and share packages in any format, to any place, with total confidence.