Expand description
HTTP adapter for RouchDB.
Communicates with a remote CouchDB-compatible server via HTTP, implementing the Adapter trait by mapping each method to the corresponding CouchDB REST API endpoint.
Structsยง
- Auth
Client - A client that handles CouchDB authentication.
- Session
- A CouchDB session response.
- User
Context - User context from a session response.