Skip to content

v1.0.0

Compare
Choose a tag to compare
@seanmonstar seanmonstar released this 15 Nov 16:08
· 46 commits to master since this release

What's Changed

  • Implement Clone for Request, Response, and Extensions. This breaking change requires
    that all extensions now implement Clone.
  • Add a default-on std feature. Disabling it currently is not supported.
  • Fix MIRI warnings in HeaderMap::iter().

New Contributors

  • @hjr3 made their first contribution in #644