mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-07-05 16:38:17 -04:00
Add method support to http2 transport
This commit is contained in:
parent
4701a225f4
commit
6e5b8dcd8f
@ -11,6 +11,6 @@ import "transport/internet/headers/http/config.proto";
|
|||||||
message Config {
|
message Config {
|
||||||
repeated string host = 1;
|
repeated string host = 1;
|
||||||
string path = 2;
|
string path = 2;
|
||||||
|
string method = 3;
|
||||||
repeated v2ray.core.transport.internet.headers.http.Header header = 4;
|
repeated v2ray.core.transport.internet.headers.http.Header header = 4;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user