Skip to main content

http.post

http.post(url, body)

Description

Issues an HTTP POST request and returns the output

Parameters

ParameterTypeExplanation
urlStringThe url to post data to
bodyStringThe data to post

Example

http = option.http

http.post(url, message.toJson())