hyperium / http

Rust HTTP types
Apache License 2.0
1.12k stars 283 forks source link

feat: implement Clone for Request, Response, Extensions #634

Closed seanmonstar closed 8 months ago

seanmonstar commented 8 months ago

A breaking change, requiring all extensions to impl Clone.

Closes #395