Path: Add CreateFileURL()

This commit is contained in:
Stenzek
2024-03-13 19:39:10 +10:00
parent b9c9b05878
commit 9211d9f2e3
6 changed files with 132 additions and 77 deletions

View File

@ -65,8 +65,6 @@ public:
virtual ~HTTPDownloader();
static std::unique_ptr<HTTPDownloader> Create(std::string user_agent = DEFAULT_USER_AGENT);
static std::string URLEncode(const std::string_view& str);
static std::string URLDecode(const std::string_view& str);
static std::string GetExtensionForContentType(const std::string& content_type);
void SetTimeout(float timeout);