pub trait ValidResponse { // Required method fn resend(&self) -> Result<Response, RequestError>; }
Describes the response of an HTTP request
Resend the request that generated this response