Method | Description | |
---|---|---|
ContentType ( string contentType ) : |
||
CouchRequest ( string uri ) : System | ||
CouchRequest ( string uri, |
Request with Cookie authentication
|
|
CouchRequest ( string uri, string username, string password ) : System |
Basic Authorization Header
|
|
Data ( Newtonsoft.Json.Linq.JObject obj ) : |
||
Data ( Stream data ) : |
||
Data ( byte attachment ) : |
||
Data ( string data ) : |
||
Delete ( ) : |
||
Form ( ) : |
||
Get ( ) : |
||
GetCouchResponse ( ) : LoveSeat.Support.CouchResponse |
Get the response from CouchDB.
|
|
GetHttpResponse ( ) : |
||
GetRequest ( ) : |
||
Json ( ) : |
||
Post ( ) : |
||
Put ( ) : |
||
Timeout ( int timeoutMs ) : |
Method | Description | |
---|---|---|
isAuthenticateOrAuthorized ( |
Checks response if username and password was valid
|
public ContentType ( string contentType ) : |
||
contentType | string | |
return |
public CouchRequest ( string uri, |
||
uri | string | |
authCookie | ||
eTag | string | |
return | System |
public CouchRequest ( string uri, string username, string password ) : System | ||
uri | string | |
username | string | |
password | string | |
return | System |
public Data ( Newtonsoft.Json.Linq.JObject obj ) : |
||
obj | Newtonsoft.Json.Linq.JObject | |
return |
public Data ( byte attachment ) : |
||
attachment | byte | |
return |
public GetCouchResponse ( ) : LoveSeat.Support.CouchResponse | ||
return | LoveSeat.Support.CouchResponse |
public GetHttpResponse ( ) : |
||
return |
public Timeout ( int timeoutMs ) : |
||
timeoutMs | int | |
return |