Skip to content

Releases: amcewen/HttpClient

Version 2.2.0

03 Jul 14:27
Compare
Choose a tag to compare

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

25 Nov 10:34
Compare
Choose a tag to compare

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

23 Nov 12:31
Compare
Choose a tag to compare

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.