Http Api Request Class
Support the methods to create HttpApiRequests like HttpApiGetRequest
Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
public abstract class HttpApiRequest- Inheritance
- Object HttpApiRequest
- Derived
Properties
| AdditionalHeaders | Additional headers if any |
| Timeout | |
| Url | An request url |
Methods
| 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 |