Struct fibers_http_client::Client[][src]

pub struct Client<C = Oneshot> { /* fields omitted */ }

HTTP client.

Methods

impl<C: AcquireConnection> Client<C>
[src]

Makes a new Client instance.

Returns a RequestBuilder instance for requesting to the given URL.

Trait Implementations

impl<C: Debug> Debug for Client<C>
[src]

Formats the value using the given formatter. Read more

impl<C: Default> Default for Client<C>
[src]

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

impl<C: Clone> Clone for Client<C>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<C> Send for Client<C> where
    C: Send

impl<C> Sync for Client<C> where
    C: Sync