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>
This commit is contained in:
sanish chirayath
2025-10-31 17:07:12 +05:30
committed by GitHub
parent f3afb4bf84
commit 08c182a875
14 changed files with 320 additions and 140 deletions

View File

@@ -0,0 +1,10 @@
{
"collections": [
{
"path": "{{projectRoot}}/tests/grpc/metadata/fixtures/collection",
"securityConfig": {
"jsSandboxMode": "safe"
}
}
]
}