Struct helium_api::Client [−][src]
pub struct Client { /* fields omitted */ }Implementations
Create a new client using a given base URL and a default timeout. The library will use absoluate paths based on this base_url.
Create a new client using a given base URL, and request timeout value. The library will use absoluate paths based on the given base_url.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Clientimpl !UnwindSafe for ClientBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more