Skip to content

Releases: amcewen/HttpClient

Version 2.2.0

Choose a tag to compare

@amcewen amcewen released this 03 Jul 14:27

New

  • Added library.properties file to support the new Arduino 1.5+ library manager

Fixes

  • Issue #10 Crashes on Galileo when calling readHeader() or skipResponseHeaders()

Version 2.1

Choose a tag to compare

@amcewen amcewen released this 25 Nov 10:34

Some code slimming, and now sends the "Connection: close" header, so is less likely to hang strangely when talking to servers which expect it.

(the big jump in version number is because I forgot there's a version number sent in the User-Agent header, and that was already at 2.0 - now they match)

Version 1.0

Choose a tag to compare

@amcewen amcewen released this 23 Nov 12:31

Stable version (and has been for a while now). Most-recent updates mostly to make it easier to install via the Arduino IDE.

Download the HttpClient.zip file (rather than the source code archives) as this can be added to Arduino via the IDE.