esp32_https_server
esp32_https_server copied to clipboard
Adding Chunked Data Transfer
To allow a connection to be "kept-alive" for big responses, chunked data encoding could be an option. It can be added to the HTTPResponse class as an optional setting that may be activated by a specific handler function to allow sending data in chunks without a specific content length header.