HTTP Module
The HTTP Module allows you to make GET requests and receive back information. POST requests are not yet implemented.
get(url: string)
Returns the body
and statusCode
of the response to the request.
Last updated
Was this helpful?