HttpApiRequest Class |
Namespace: Casewhere.Runtime.DSL.Api
public abstract class HttpApiRequest
The HttpApiRequest type exposes the following members.
Name | Description | |
---|---|---|
AdditionalHeaders |
Additional headers if any
| |
Timeout | ||
Url |
An request url
|
Name | Description | |
---|---|---|
CreateGetRequest(String) |
Create a GET request with a given url.
| |
CreateGetRequest(String, IDictionaryString, String) |
Create a GET request with a given url and url parameters
| |
CreateGetRequest(String, IDictionaryString, String, IDictionaryString, String) |
Create a GET request with a given url, url parameters, and additional headers
| |
Validate |