Releases: piscodev/r4httpclient
Releases · piscodev/r4httpclient
R4HttpClient v1.0.4
R4HttpClient v1.0.3
- v1.0.3 Minor fixes: Fixed error when uploading code from http.setHeader() to http.addHeader()
R4HttpClient v1.0.2
- 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
The first version of the wrapper for Arduino UNO R4 WiFi HttpClient with functionality of GET & POST.