Struct hyper::client::Response [] [src]

pub struct Response { /* fields omitted */ }
[]

A response for a client request to a remote server.

Methods

impl Response
[src]

[]

Get the headers from the server.

[]

Get the status from the server.

[]

Get the raw status code and reason.

[]

Get the HTTP version of this response from the server.

[]

Take the Body of this response.

Trait Implementations

impl Debug for Response
[src]

[]

Formats the value using the given formatter.