mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-05-01 01:44:15 +00:00
Update proto file for websocket and httpupgrade (breaking)
This commit is contained in:
parent
53e5814d19
commit
e2302b421c
12 changed files with 121 additions and 194 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue