pub type ReqwestResponse = ResponseWrapper<Response>;
struct ReqwestResponse(/* private fields */);
bytes_stream