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
1 changed files with 1 additions and 1 deletions

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;
}