mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-02 17:08:32 +00:00
* Fix -bin header handling in grpc * fix: bin-header, tests rm: tests rm: unused fix: bin header fix: test fix: test rm: un-necessarycode --------- Co-authored-by: Juan Pablo Orsay <jporsay@gmail.com>
28 lines
313 B
Plaintext
28 lines
313 B
Plaintext
meta {
|
|
name: SayHello
|
|
type: grpc
|
|
seq: 1
|
|
}
|
|
|
|
grpc {
|
|
url: grpc://grpcb.in:9000
|
|
method: /hello.HelloService/SayHello
|
|
body: grpc
|
|
auth: inherit
|
|
methodType: unary
|
|
}
|
|
|
|
metadata {
|
|
test-bin: hello
|
|
test: hello
|
|
}
|
|
|
|
body:grpc {
|
|
name: message 1
|
|
content: '''
|
|
{
|
|
"greeting": "amoveo"
|
|
}
|
|
'''
|
|
}
|