mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-02-20 23:47:21 -05:00
Add header support to http2 transport
This commit is contained in:
parent
4249bcb28d
commit
4b1d6ec4d1
@ -6,7 +6,11 @@ option go_package = "github.com/v2fly/v2ray-core/v4/transport/internet/http";
|
||||
option java_package = "com.v2ray.core.transport.internet.http";
|
||||
option java_multiple_files = true;
|
||||
|
||||
import "transport/internet/headers/http/config.proto";
|
||||
|
||||
message Config {
|
||||
repeated string host = 1;
|
||||
string path = 2;
|
||||
|
||||
repeated v2ray.core.transport.internet.headers.http.Header header = 4;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user