Tags: myconstellation/constellation-arduino
Tags
Release 2.4.18186 : * Support ESP8266 Arduino SDK 2.4.x * Support SSL endpoint with the WiFiSecureClient * Support Basic Auth (added `setAuthorization`) * Support UserAgent * Added `onClientConnected` to 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