| Interface | Description | |
|---|---|---|
| IRequestCommand | IRequestCommand is a base interface for any wrapped requests for CouchDB service communication. |
| Class | Description | |
|---|---|---|
| CouchRequestCommand | CouchRequestCommand is generic wrapper for invoking a ICouchRequest with held arguments. | |
| CreateDatabaseCommand | CreateDatabaseCommand is a CouchRequestCommand extensions to properly handle the response of database already existant in CouchDB instance. |