http-rs / http-types

Common types for HTTP operations
https://docs.rs/http-types
Apache License 2.0
200 stars 83 forks source link

Fixes Accept wildcard #355

Open Tpt opened 3 years ago

Tpt commented 3 years ago

It is "/" according to https://tools.ietf.org/html/rfc7231#section-5.3.2

Fishrock123 commented 3 years ago

(is this semver-major?)

Tpt commented 3 years ago

(is this semver-major?)

Not sure, it changes the system behavior but it won't break compilation and fixes a wrong behavior.