Reference   Language | Libraries | Comparison | Changes

Bridge : HttpClient Class

get()

Description

A wrapper for the cURL command get.

The method gets the specified URL from a server.

Syntax

  • client.get(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.