grpc-curl icon indicating copy to clipboard operation
grpc-curl copied to clipboard

grpc-curl is a command line tool for interacting with gRPC servers

Results 8 grpc-curl issues
Sort by recently updated
recently updated
newest added

Following the [documentation here,](https://docs.microsoft.com/en-us/dotnet/architecture/grpc-for-wcf-developers/protobuf-maps) I added support for the MapField type on a gPRC endpoint. Using the Dynamic GRPC Nuget package, the MapField type is not supported. I assume the...

bug

As you see, I have a similar idea to improve debuging and documents of gRPC. What I have done is to generate many dynamic routes so that I can call...

if server doesn't support reflection. The DynamicGrpc library provide already the methods. They just need to be plugged into `grpc-curl`.

enhancement

Hi there. I like what I can see in this project and was wondering if it is under active development / maintenance? I'm looking to build something with support for...

question