@@ -47,6 +47,7 @@ void ylib::network::content_type(const std::string& extName, std::string& type)
{
static const std::unordered_map<std::string, std::string> mimeTypes = {
{"html", "text/html"},
+ {"shtml", "text/html"},
{"htm", "text/html"},
{"css", "text/css"},
{"text", "text/plain"},