Struct cabot::client::Client [] [src]

pub struct Client { /* fields omitted */ }

Perform the http query

Methods

impl Client
[src]

[src]

Construct a new Client

[src]

Avoid DNS resolution, force an address to be resolve to a given endpoint. authority has the format "host:port".

[src]

Execute the query Request and return the associate Response.

Trait Implementations

Auto Trait Implementations

impl Send for Client

impl Sync for Client