Triggers: Difference between revisions

11 bytes added ,  7 October 2016
m
no edit summary
mNo edit summary
mNo edit summary
Line 324: Line 324:
===== get(url) =====
===== get(url) =====
: Execute HTTP get request
: Execute HTTP get request
:: Argument: url — HTTP address, starting with http or https
:; Argument: '''url''' — HTTP address, starting with http or https
:: Result: HttpResult — Object containing the result of the execution of the HTTP request.
:; Result: '''HttpResult''' — Object containing the result of the execution of the HTTP request


=== Object ''HttpResult'' ===
=== Object ''HttpResult'' ===