Joshua Humphries

Results 433 comments of Joshua Humphries

Yep, I am aware of the breakage; it impacts [grpcui](https://github.com/fullstorydev/grpcui/issues/102#issuecomment-735806041) in the same way. The problem is that running `go get` or `go install` when you're not in a workspace...

@wd, I think you want the `-authority` header.

There is a separate `-servername` argument that was originally intended for this -- so you could set the server name to `lb.abc.com` and the authority to `test.abc.com`. However, for security...

@sriram-da, there is not. What is the use case for binary output? And how would you expect streams to be represented that way? One of the main benefits of grpcurl...

@LeiYangGH, while that sounds slick, that really sounds out of scope for this tool. The beauty of using command-line tools and of the Unix philosophy in general (simple, modular, composable)...

I don't quite understand the request. Can you elaborate?

When you "visualize the documentation", what documentation? Are you talking about an endpoint to fetch the proto definitions? An HTML rendered page with... what exactly? Maybe a screenshot of what...

At the moment, this does not work with grpc-web. But that is something we are interested in supporting and have a plan to eventually add that support. That plan is...

Relates to https://github.com/fullstorydev/grpchan/issues/21

@xwjdsh, thanks for the patch! We intentionally support Go runtimes older than G 1.17. After 1.18 is GA (which should be in the coming month), maybe we can re-assess since,...