mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-22 20:25:38 +00:00
23 lines
255 B
Plaintext
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"
|
|
}
|
|
'''
|
|
}
|