comparison Core/HttpServer/FilesystemHttpHandler.cpp @ 2981:eff50153a7b3 db-changes

integration mainline->db-changes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 06 Dec 2018 15:58:08 +0100
parents 9d277f8ad698
children c9c2faf76bec
comparison
equal deleted inserted replaced
2896:3fabf9a673f6 2981:eff50153a7b3
105 105
106 s += " </ul>"; 106 s += " </ul>";
107 s += " </body>"; 107 s += " </body>";
108 s += "</html>"; 108 s += "</html>";
109 109
110 output.SetContentType("text/html"); 110 output.SetContentType(MimeType_Html);
111 output.Answer(s); 111 output.Answer(s);
112 } 112 }
113 113
114 114
115 FilesystemHttpHandler::FilesystemHttpHandler(const std::string& baseUri, 115 FilesystemHttpHandler::FilesystemHttpHandler(const std::string& baseUri,