Trait indieweb::Configuration[][src]

pub trait Configuration {
    fn request(&self, reason: Option<String>) -> Client { ... }
fn user_agent(&self) -> &str { ... } }

Represents the base client interface for IndieWeb activity.

Provided methods

fn request(&self, reason: Option<String>) -> Client[src]

Define the base request.

fn user_agent(&self) -> &str[src]

The agent string to use when making out-going requests.

Loading content...

Implementors

Loading content...