Skip to content

http

HTTP and JSON helpers: fetch URLs, parse JSON, and construct JSON strings.

load http
HelperReturnsDescription
@http:fetchstringFetch a URL and return the response body as a string.
@http:jsonanyParse a JSON string and extract a value by path.
@http:json.formatstringConstruct a JSON string from a template and an array of values.