@evmcrispr/module-http
v0.11.0
Published
HTTP and JSON helpers: fetch URLs, parse JSON, and construct JSON strings.
Readme
http module
HTTP and JSON helpers: fetch URLs, parse JSON, and construct JSON strings.
load httpHelpers
| Helper | Returns | Description |
|--------|---------|-------------|
| @http:fetch | string | Fetch a URL and return the response body as a string. |
| @http:json | any | Parse a JSON string and extract a value by path. |
| @http:json.format | string | Construct a JSON string from a template and an array of values. |
