http-types icon indicating copy to clipboard operation
http-types copied to clipboard

Common types for HTTP operations

Results 111 http-types issues
Sort by recently updated
recently updated
newest added

enhancement
HTTP Header

enhancement
HTTP Header

enhancement
HTTP Header

enhancement
HTTP Header

enhancement
HTTP Header

enhancement
HTTP Header

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...

bug

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)

enhancement