Struct sofa::Client[][src]

pub struct Client {
    pub uri: String,
    pub db_prefix: String,
    // some fields omitted
}

Client handles the URI manipulation logic and the HTTP calls to the CouchDB REST API. It is also responsible for the creation/access/destruction of databases.

Fields

Methods

impl Client
[src]

Trait Implementations

impl Debug for Client
[src]

Formats the value using the given formatter. Read more

impl Clone for Client
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Client

impl Sync for Client