优化文件上传速度,增加请求头预校验功能

This commit is contained in:
UnknownObject
2026-08-05 11:44:57 +08:00
parent a805d22901
commit 74685e4c24
933 changed files with 14735 additions and 2813 deletions
+6
View File
@@ -51,6 +51,12 @@ public:
port_ = ToString(port);
}
// Force Set
void ForceSet_Path(string_view path)
{
path_ = path;
}
// Append a piece of path.
void AppendPath(string_view piece, bool encode = false);