github bojand/ghz v0.30.0

latest releases: v0.117.0, v0.116.0, v0.115.0...
5 years ago

Changelog

063c563 Add reflection support (#68)

Now if -proto or -protoset are not specified, we default to server reflection and try to get the method details from server using a reflection request. Optionally -rmd can be used to specify metadata as stringified JSON used only for reflection request.

Example:

ghz -insecure \
    -rmd '{"token": "foobar"}' \
    -call "helloworld.Greeter.SayHello" \
    -d '{"name": "Bob Smith"}' \
    0.0.0.0:50051

Don't miss a new ghz release

NewReleases is sending notifications on new releases.