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

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
+1 -1
View File
@@ -32,7 +32,7 @@ public:
// Return if a view is matched or not.
// If the view asks for data streaming, |stream| will be set to true.
bool MatchView(const std::string& method, const std::string& url,
bool* stream);
bool* stream, ViewPtr* out_view = nullptr);
// Direct access for ViewPtr pointers.
// This can be used as server-based ip block/condiction checks