1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-01-02 15:36:41 -05:00

Add method support to http2 transport

This commit is contained in:
Shelikhoo 2021-03-01 20:40:56 +00:00
parent 4701a225f4
commit 6e5b8dcd8f
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316

View File

@ -11,6 +11,6 @@ import "transport/internet/headers/http/config.proto";
message Config {
repeated string host = 1;
string path = 2;
string method = 3;
repeated v2ray.core.transport.internet.headers.http.Header header = 4;
}