HTTP
Last updated
Last updated
HTTP request valves.
Requires module to be configured and deployed.
Valves are NOT part of the Item iteration API. To create Items from response use ItemCreateValve.
These configuration properties applies to all HTTP valves.
Name | Description | Default value | Mandatory | Expanded |
---|---|---|---|---|
| Request URL. | N/A | ||
| HttpClient instance to use. |
| ||
| JSON map of request headers. |
| ||
| JSON map of request parameters. Only applicable if |
| ||
| Body as a JSON object. Only applicable if |
|
If request is successful (status 200) the response body and headers are set in the current flow state. If request fails, Pipe will fail with response text as reason.
Name | Description |
---|---|
headers | JSON map of response headers |
body | Body as binary value. |