The Python interoperability testing server.

This commit is contained in:
Nathaniel Manista 2015-02-15 01:21:18 +00:00
parent 4f0bd5a63f
commit a052d1253b

View File

@ -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).