Files
bruno/tests/grpc/make-request/fixtures/collection/HelloService/SayHello.bru
2025-11-13 18:23:34 +05:30

23 lines
255 B
Plaintext

meta {
name: SayHello
type: grpc
seq: 1
}
grpc {
url: {{host}}
method: /hello.HelloService/SayHello
body: grpc
auth: inherit
methodType: unary
}
body:grpc {
name: message 1
content: '''
{
"greeting": "amoveo"
}
'''
}