Add Copy and Clone Traits to Response Struct
deedy5 opened this issue · 1 comments
deedy5 commented
Hi!
Could you consider adding Copy
and Clone
trait derivations (#[derive(Copy, Clone)]
) to the Response
struct?
0x676e67 commented
This relies on the implementation of http 1.x, which is not available in the current http 0.2.11 version. It is planned to be upgraded to hyper 1.x next month.