Bugfix: mime now expects a filepath string
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#pragma once
|
||||
#include <filesystem>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
@@ -17,7 +16,6 @@ namespace Http
|
||||
MP4
|
||||
};
|
||||
|
||||
std::string GetMimeType(std::filesystem::path const & path);
|
||||
std::string GetMimeType(std::string const & extension);
|
||||
std::string GetMimeType(std::string const & filePath);
|
||||
std::string GetMimeType(FileType const fileType);
|
||||
}
|
||||
Reference in New Issue
Block a user