http-types
http-types copied to clipboard
Common types for HTTP operations
It correctly handles `*` but not `*/*` and `basetype/*`. For example, the spec indicates that `*/*` should accept any media type, but the following snippet fails with `No suitable Content-Type...
The change at line 114 in `src/security/mod.rs` corrects a logic error, the rest is at best a small optimization and at worst a style choice
Hi, please update `rand` version in v2.12.0 to avoid security issue. I've created a patch but don't know which brach should I create PR against.
Hi, any plan to include support for parsing and serializing structured headers? (RFC8941)