tttt
This commit is contained in:
@@ -23,7 +23,10 @@ message Empty {}
|
||||
|
||||
service EchoService {
|
||||
rpc Echo(stream EchoRequest) returns (stream EchoResponse) {
|
||||
option (google.api.http) = {post: "/echo", body: "*"};
|
||||
option (google.api.http) = {
|
||||
post: "/echo"
|
||||
body: "*"
|
||||
};
|
||||
}
|
||||
rpc Stream(Empty) returns (stream EchoResponse) {
|
||||
option (google.api.http) = {get: "/echo"};
|
||||
|
||||
Reference in New Issue
Block a user