Home | History | Annotate | Download | only in Main

Lines Matching defs:header

517 		char header[1024];
525 sprintf(header, "Content-Type: text/html; charset=UTF-8\r\n"
530 std::string message = status + header + body;