WebAction.Request
Creates an action that, when executed, will return the results of performing an HTTP request as a binary value.
function (method
as text,url
as text, optionaloptions
as nullable record) as any
Creates an action that, when executed, will return the results of performing a
method
request against url
using HTTP as a binary value. An optional record parameter, options
, may be provided to specify additional properties. The record can contain the following fields: Action
Last modified 4yr ago