Skip to content

Releases: piscodev/r4httpclient

R4HttpClient v1.0.4

18 Oct 13:48
Compare
Choose a tag to compare
  • Updated vector.push_back to .emplace_back to avoid unnecessary copies.
  • Updated int port to uint16_t

R4HttpClient v1.0.3

28 Sep 09:04
Compare
Choose a tag to compare
  • v1.0.3 Minor fixes: Fixed error when uploading code from http.setHeader() to http.addHeader()

R4HttpClient v1.0.2

27 Sep 14:57
Compare
Choose a tag to compare
  • Added ResponseState for reading responses to reduce loops.
  • Added debugging mode to see the raw requests being processed.
  • Added HttpStatus codes and Error codes inspired by esp32httpclient.
  • Removed int readResponse() as merged to sendRequest() all in one function.
  • Fixed bug where GET method request does not return content body.

R4HttpClient v1.0.0

26 Sep 17:40
Compare
Choose a tag to compare

The first version of the wrapper for Arduino UNO R4 WiFi HttpClient with functionality of GET & POST.