Skip to main content

http

Module available in app YAML. Three agent tools.

PropertyValue
Module idhttp
Version1.0.0
Toolsrequest, download, upload

Tools

ToolPurpose
http.requestGeneric HTTP call (method, url required; optional headers, body, auth, timeout)
http.downloadDownload a URL to a workdir path
http.uploadUpload a local file (multipart)

There are no separate http.get / http.post / http.put / http.patch / http.delete / http.head tools. Use http.request with method.

Enable

yaml
tools:
modules:
http: {}
capabilities:
grant:
- module: http