Tags: fhessel/esp32_https_server
Tags
Version 1.0.0 For fixes and changes see https://github.com/fhessel/esp32_https_server/blob/master/CHANGELOG.md#v100
Version 0.3.0 Fixes: - Clean close connections correctly when stopping the server - Fix off-by-one error in number formatting (e.g. content-length) - Close WebSockets properly when shutting down the server. - Handle percent encoding of URL and request parameters. - WebSocket example: Hostname instead of IP New "Features" and other changes: - Add HTTP Status Code 431 - Header too long - Added doxgen documentation - Some Typos - Allow modification of HTTPSServerConstants using CFLAGS - Configurable logging - Use spaces everywhere Breaking Changes: - HTTPConnection::clientError/serverError -> raiseError(code, reason)
Version 0.2.0 Changelog: - Script to create test CA now uses include guards - First work on the websocket implementation (still not complete, though) - Added websocket example sketch - Added parameter validation - Added function to create self-signed certificate