Currently using the ESP8266ServerSecure.h library , HelloServerBearSSL example.
What does this mean? Is the output server.send being initialize as an array? I'm really confused.
server.on("/inline", [](){ server.send(200, "text/plain" , "this works as well"); } );