grpc-reflection-js
grpc-reflection-js copied to clipboard
Ability to define Reflection Header
grpcurl -reflect-header grpc-service:proto.MyGrpcService -d '{"name": "mike"}' localhost:9090 proto.MyGrpcService/hello
Is there any way to define reflect-header
using this library?
Related https://github.com/Urigo/graphql-mesh/issues/2105