[][src]Struct hyper::client::Client

pub struct Client { /* fields omitted */ }

A Client to use additional features with Requests.

Clients can handle things such as: redirect policy, connection pooling.

Methods

impl Client
[src]

Create a new Client.

Create a new Client with a configured Pool Config.

Create a Client with an HTTP proxy to a (host, port).

Create a Client using a proxy with a custom connector and SSL client.

Create a new client with a specific connector.

Create a new client with a specific Protocol.

Set the RedirectPolicy.

Set the read timeout value for all requests.

Set the write timeout value for all requests.

Build a Get request.

Build a Head request.

Build a Patch request.

Build a Post request.

Build a Put request.

Build a Delete request.

Build a new request using this Client.

Trait Implementations

impl Default for Client
[src]

Returns the "default value" for a type. Read more

impl Debug for Client
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Client

impl Sync for Client

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

Performs the conversion.

impl<T> From for T
[src]

Performs the conversion.

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T> Borrow for T where
    T: ?Sized
[src]

Immutably borrows from an owned value. Read more

impl<T> BorrowMut for T where
    T: ?Sized
[src]

Mutably borrows from an owned value. Read more

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

🔬 This is a nightly-only experimental API. (get_type_id)

this method will likely be replaced by an associated static

Gets the TypeId of self. Read more

impl<T> Typeable for T where
    T: Any
[src]

Get the TypeId of this object.