Is anyone prepared to rewrite the ESP8266WebServer class or indeed the entire ESP8266 Arduino Core so that it is "String free" ?
I am sorely tempted. It is begging for proper use of the Stream class as the I/O mechanism, not the String class. The interns that wrote this didn't know any better. :-/