mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-23 04:35:40 +00:00
32 lines
360 B
Plaintext
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"
|
|
}
|
|
'''
|
|
}
|