Create an HttpRequest object that can be used with the SendHttpRequest function
An HttpRequest object that can be sent using the SendHttpRequest function
Basic properties of the request can be specified when creating the HttpRequest. If neccessary additional properties, such as the request timeout and request headers, can be configured on the HttpRequest object before it is sent using the SendHttpRequest method. The same request object can be passed to the SendHttpRequest method multiple times if neccessary. For example, if a request is configured with a URL, Method, and Headers (e.g. an Api-Key and a Content-Type header for example) it is possible to make the same request multiple times just changing the Content property of that request object.
IRequestFunctions Interface | Intelligence.FuncLibs.Http.HttpRequest Namespace