Anywhere
HTTP.call(method, url, [options], [asyncCallback])
import { HTTP } from 'meteor/http' Source
Perform an outbound HTTP request.
Arguments
method String The HTTP method to use, such as "GET", "POST", or "HEAD". url String The URL to retrieve. asyncCallback Function Optional callback. If passed, the method runs asynchronously, instead of synchronously, and calls asyncCallback. On the client, this callback is required.
Options
content String String to use as the HT