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

@@ -408,6 +408,7 @@ const GrpcQueryUrl = ({ item, collection, handleRun }) => {
{(!isConnectionActive || !isStreamingMethod) && (
<div
className="cursor-pointer"
data-testid="grpc-send-request-button"
onClick={(e) => {
e.stopPropagation();
handleRun(e);