·
2 commits
to master
since this release
Constellation client API for Arduino/ESP version 2.4.18186 (5 july 2018)
- Support ESP8266 Arduino SDK 2.4.x
- Support SSL endpoint with the WiFiSecureClient
- Support Basic Auth (added
setAuthorization) - Support UserAgent
- Added
onClientConnectedto define the callback to execute after the TCP client is connected (eg. check the SSL cert) - Support Chunked transfert (eg. when the Constellation Server run on Mono/Linux) thank's to @sx1-jbecker for investigation
- Package identity is now set in the HTTP request header
- Rewriting the HTTP response parser
- Other minor changes