Files
bruno/tests/grpc/metadata/fixtures/collection/sayHello.bru
sanish chirayath 08c182a875 Feat: support bin header in gRPC (#5869)
* 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>
2025-10-31 17:07:12 +05:30

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"
}
'''
}