소스 검색

Add method support to http2 transport

Shelikhoo 4 년 전
부모
커밋
6e5b8dcd8f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      transport/internet/http/config.proto

+ 1 - 1
transport/internet/http/config.proto

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