http-rs / http-types

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

Change mime negotiation #389

Closed halvko closed 2 years ago

halvko commented 3 years ago

I've extended Mime with a subset operation, which describes being/accepting a subset of another Mime. This solves the problem described in #371.

Fishrock123 commented 3 years ago

I like it.