http-rs / http-types

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

Turn off cookie-related feature flags in http-types 3 #325

Open joshtriplett opened 3 years ago

joshtriplett commented 3 years ago

We should turn off the cookie-related feature flags, and let crates that need them turn them back on. This will make it easier for people who don't need them, by reducing the number of unnecessary dependencies on them.