http
Module available in app YAML. Three agent tools.
| Property | Value |
|---|---|
| Module id | http |
| Version | 1.0.0 |
| Tools | request, download, upload |
Tools
| Tool | Purpose |
|---|---|
http.request | Generic HTTP call (method, url required; optional headers, body, auth, timeout) |
http.download | Download a URL to a workdir path |
http.upload | Upload 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
tools:
modules:
http: {}
capabilities:
grant:
- module: http
Related
- web for search / fetch
- Module index