Reference   Language | Libraries | Comparison | Changes

Bridge : HttpClient Class

getAsynchronously()

Description

A wrapper for the cURL command get. This command runs asynchronously and is non-blocking

The method gets the specified URL from a server.

Syntax

  • client.getAsynchronously(url)

Parameters

  • client : an instance of the HttpClient class
  • url : a string containing the url to retrieve

Returns

none

See also


Reference Home

Corrections, suggestions, and new documentation should be posted to the Forum.

The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.