Explorar el Código

Add method support to http2 transport

Shelikhoo hace 4 años
padre
commit
6e5b8dcd8f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 }