http-rs / http-types

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

Update infer to 0.7.0 #397

Closed janbaudisch closed 2 years ago

janbaudisch commented 2 years ago

The used infer version (0.2.3) is quite old. The mime type (now being a string slice) is retrieved through a const fn instead of a field.