redhoyasa / grpc-reflection-js

gRPC Reflection client for JS
MIT License
20 stars 14 forks source link

Ability to define Reflection Header #8

Open ardatan opened 3 years ago

ardatan commented 3 years ago
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

redhoyasa commented 3 years ago

Let's discuss first at Urigo/graphql-mesh#2105, I'd like to know more about the reflect-header.