File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 - path : roadrunner/api
44 - path : third_party/api
55lint :
6- disallow_comment_ignores : true
76 ignore :
87 - third_party/api
98 - roadrunner/api/centrifugo/api
Original file line number Diff line number Diff line change @@ -9,16 +9,17 @@ option php_metadata_namespace = "RoadRunner\\HTTP\\DTO\\V2\\GPBMetadata";
99option php_namespace = "RoadRunner\\HTTP\\DTO\\V2" ;
1010
1111message HttpHandlerRequest {
12- string remote_addr = 1 ;
13- string protocol = 2 ;
14- string method = 3 ;
15- string uri = 4 ;
16- map <string , HttpHeaderValue > header = 5 ;
17- map <string , HttpHeaderValue > cookies = 6 ;
18- string raw_query = 7 ;
19- bool parsed = 8 ;
20- bytes uploads = 9 ;
21- map <string , HttpHeaderValue > attributes = 10 ;
12+ string id = 1 ;
13+ string remote_addr = 2 ;
14+ string protocol = 3 ;
15+ string method = 4 ;
16+ string uri = 5 ;
17+ map <string , HttpHeaderValue > header = 6 ;
18+ map <string , HttpHeaderValue > cookies = 7 ;
19+ string raw_query = 8 ;
20+ bool parsed = 9 ;
21+ bytes uploads = 10 ;
22+ map <string , HttpHeaderValue > attributes = 11 ;
2223}
2324
2425message HttpHandlerFetchRequest {
You can’t perform that action at this time.
0 commit comments