mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-25 11:36:35 +08:00
实现Web静态文件分发
This commit is contained in:
@@ -58,7 +58,7 @@ service HTTPWebService {
|
||||
|
||||
// 创建Web配置
|
||||
message CreateHTTPWebRequest {
|
||||
string root = 1;
|
||||
bytes rootJSON = 1;
|
||||
}
|
||||
|
||||
message CreateHTTPWebResponse {
|
||||
@@ -86,7 +86,7 @@ message FindEnabledHTTPWebConfigResponse {
|
||||
// 更改Web配置
|
||||
message UpdateHTTPWebRequest {
|
||||
int64 webId = 1;
|
||||
string root = 2;
|
||||
bytes rootJSON = 2;
|
||||
}
|
||||
|
||||
// 更改Gzip配置
|
||||
|
||||
Reference in New Issue
Block a user