0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-14 20:39:36 +03:00

Update proto file for websocket and httpupgrade (breaking)

This commit is contained in:
yuhan6665
2024-03-29 01:39:59 -04:00
committed by RPRX
parent 53e5814d19
commit e2302b421c
12 changed files with 121 additions and 194 deletions

View File

@ -7,13 +7,9 @@ option java_package = "com.xray.transport.internet.httpupgrade";
option java_multiple_files = true;
message Config {
reserved 1;
string host = 1;
string path = 2;
string host = 3;
map<string, string> header = 3;
bool accept_proxy_protocol = 4;
uint32 ed = 5;
map<string, string> header = 6;
}