// Basic gRPC Test File for the Greeter service
localhost:4770
helloworld.Greeter/SayHello
files: helloworld.proto
import_paths: .
{
"name": "World"
}
{
"message": "Hello World"
}
.message == "Hello World"
@len(.message) == 11
.message contains "Hello"