Struct wikipedia::http::hyper::Client [] [src]

pub struct Client {
    // some fields omitted
}

Trait Implementations

impl Default for Client

fn default() -> Self

impl HttpClient for Client

fn user_agent(&mut self, user_agent: String)

fn get<'a, I>(&self, base_url: &str, args: I) -> Result<String, Error> where I: Iterator<Item=(&'a str, &'a str)>