Proxyman icon indicating copy to clipboard operation
Proxyman copied to clipboard

Add copy as grpcurl for grpc requests

Open fleytman opened this issue 2 years ago • 3 comments

Now in proxyman i can copy as curl, but it dosn't support grpc calls. Pls add copy as grpcurl for grpc requests

fleytman avatar Sep 05 '22 02:09 fleytman

Can you give me an example of how Copy as grpcurl looks like 🤔

NghiaTranUIT avatar Sep 05 '22 02:09 NghiaTranUIT

Not sure if it works since the body of gRPC is serialized as a Protobuf format, and Proxyman doesn't officially support it.

NghiaTranUIT avatar Sep 05 '22 02:09 NghiaTranUIT

Grpc can use compiled protoset and grpcurl can it import:https://github.com/fullstorydev/grpcurl#protoset-files

fleytman avatar Sep 05 '22 03:09 fleytman