and yes I have googled, and because it shows up in different places, I can't even tell if it is verb noun or other.
Just one example:
void handleNewsConfigure() {
if (!athentication()) {
return server.requestAuthentication();
}
digitalWrite(externalLight, LOW);
server.sendHeader("Cache-Control", "no-cache, no-store");
server.sendHeader("Pragma", "no-cache");
server.sendHeader("Expires", "-1");
server.setContentLength(CONTENT_LENGTH_UNKNOWN);
server.send(200, "text/html", "");
sendHeader();