Struct curl_http::Response[][src]

pub struct Response { /* fields omitted */ }

The struct represents the HTTP response.

Methods

impl Response
[src]

Deserialize the response body into the given type

Trait Implementations

impl Clone for Response
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Response
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Response

impl Sync for Response