v1.0.0
What's Changed
- Implement
Clone
forRequest
,Response
, andExtensions
. This breaking change requires
that all extensions now implementClone
. - Add a default-on
std
feature. Disabling it currently is not supported. - Fix MIRI warnings in
HeaderMap::iter()
.