HTTP
Make HTTP requests and handle responses.
Send HTTP requests with configurable method, headers, body, and authentication. Returns the status code, response headers, and body for use in subsequent steps. Supports template expressions in all fields so URLs, headers, and payloads can be assembled dynamically from prior step outputs.
Components
| Component | Description |
|---|---|
http | Perform HTTP requests using the provided configuration |
How is this guide?