Struct michromer::http::AuthHttpClient [] [src]

pub struct AuthHttpClient {
    // some fields omitted
}

Methods

impl AuthHttpClient
[src]

fn new(key: &str) -> AuthHttpClient

Trait Implementations

impl Clone for AuthHttpClient
[src]

fn clone(&self) -> AuthHttpClient

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Debug for AuthHttpClient
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl HttpClient for AuthHttpClient
[src]

fn get(&self, url: &str) -> Result<String>

fn post(&self, url: &str, body: Option<&str>) -> Result<String>

fn delete(&self, url: &str) -> Result<String>