Http.get

Syntax

Http.get( url[, params] )

Description

Executes an HTTP(s) GET request and returns an Http.Response object.

Parameters

Parameter Description
url The URL to send the request to.
params.query Query parameters to be appended to the request URL.
params.headers Request headers.

Examples

Download a file:

Re-encode the downloaded file saving it with a unique name:

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.