0x676e67/rquest

Add Copy and Clone Traits to Response Struct

deedy5 opened this issue · 1 comments

Hi!
Could you consider adding Copy and Clone trait derivations (#[derive(Copy, Clone)]) to the Response struct?

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.

hyperium/http@f5f31f0