Struct reqwest_resume::Client[][src]

pub struct Client(_);

A Client to make Requests with.

See reqwest::Client.

Methods

impl Client
[src]

Constructs a new Client.

See reqwest::Client::new().

Convenience method to make a GET request to a URL.

See reqwest::Client::get().

Trait Implementations

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