mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-01 19:00:35 +08:00
服务支持fastcgi;路径规则支持匹配后缀
This commit is contained in:
16
pkg/rpc/protos/models/model_http_fastcgi.proto
Normal file
16
pkg/rpc/protos/models/model_http_fastcgi.proto
Normal file
@@ -0,0 +1,16 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
// HTTP Fastcgi定义
|
||||
message HTTPFastcgi {
|
||||
int64 id = 1;
|
||||
bool isOn = 2;
|
||||
string address = 3;
|
||||
bytes paramsJSON = 4;
|
||||
bytes readTimeoutJSON = 5;
|
||||
bytes connTimeoutJSON = 6;
|
||||
int32 poolSize = 7;
|
||||
string pathInfoPattern = 8;
|
||||
}
|
||||
Reference in New Issue
Block a user