.http(method,data,headers)
Description
Http allows you to send a full http request with any configuration
Parameters
http takes no parameters
Usage
content = "https://apps.mistium.com/freesubscribers".http("GET",{},{})
// pauses the app execution until the method has received a response or fails
Last updated
Was this helpful?