File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ message HttpHeader {
1111}
1212
1313message HttpHeaderValue {
14- repeated bytes values = 1 ;
14+ repeated string values = 1 ;
1515}
Original file line number Diff line number Diff line change @@ -11,8 +11,17 @@ option php_metadata_namespace = "RoadRunner\\HTTP\\DTO\\V2\\GPBMetadata";
1111option php_namespace = "RoadRunner\\HTTP\\DTO\\V2" ;
1212
1313service HttpProxyService {
14+ // buf:lint:ignore RPC_REQUEST_RESPONSE_UNIQUE
15+ // buf:lint:ignore RPC_REQUEST_STANDARD_NAME
16+ // buf:lint:ignore RPC_RESPONSE_STANDARD_NAME
1417 rpc FetchRequest (google.protobuf.Empty ) returns (HttpHandlerRequest );
18+ // buf:lint:ignore RPC_REQUEST_STANDARD_NAME
19+ // buf:lint:ignore RPC_RESPONSE_STANDARD_NAME
1520 rpc FetchRequests (HttpHandlerFetchRequest ) returns (HttpHandlerRequests );
21+ // buf:lint:ignore RPC_REQUEST_RESPONSE_UNIQUE
1622 rpc HttpHandler (HttpHandlerRequest ) returns (HttpHandlerResponse );
23+ // buf:lint:ignore RPC_REQUEST_RESPONSE_UNIQUE
24+ // buf:lint:ignore RPC_REQUEST_STANDARD_NAME
25+ // buf:lint:ignore RPC_RESPONSE_STANDARD_NAME
1726 rpc HttpResponse (HttpHandlerResponse ) returns (google.protobuf.Empty );
1827}
You can’t perform that action at this time.
0 commit comments