Workspace 6.21.5
|
Sends a HTTP request to the target URL with the specified request type, content-type, and message body. The operation will block the execution thread while it waits for the request to complete.
Inputs: | |||
---|---|---|---|
HTTP request | CSIRO::DataExecution::HttpRequest::HttpRequestType | ||
URL | QString | ||
Content-Type | QString | ||
Message body | QString | ||
Log info | bool | If enabled, the operation will write its activities to the log as it attempts to send the request. | |
Log errors | bool | If enabled, the operation will log errors as they occur. | |
Timeout (msec) | int | The operation will time-out (stop executing) if the request takes longer than this duration to complete. | |
Outputs: | |||
Response | QString | The returned HTTP response. |