mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
The Python interoperability testing server.
This commit is contained in:
parent
4f0bd5a63f
commit
a052d1253b
@ -14,7 +14,7 @@ service TestService {
|
||||
rpc EmptyCall(grpc.testing.Empty) returns (grpc.testing.Empty);
|
||||
|
||||
// One request followed by one response.
|
||||
// The server returns the client payload as-is.
|
||||
// TODO(Issue 527): Describe required server behavior.
|
||||
rpc UnaryCall(SimpleRequest) returns (SimpleResponse);
|
||||
|
||||
// One request followed by a sequence of responses (streamed download).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user