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

32 lines
360 B
Plaintext

meta {
name: BidiHello
type: grpc
seq: 4
}
grpc {
url: {{host}}
method: /hello.HelloService/BidiHello
body: grpc
auth: inherit
methodType: bidi-streaming
}
body:grpc {
name: message 1
content: '''
{
"greeting": "cuius"
}
'''
}
body:grpc {
name: message 2
content: '''
{
"greeting": "adfectus"
}
'''
}