You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Changes
Command-line tool
Adds -allow-unknown-fields flag, for more lenient parsing of request JSON. If the input JSON messages contain field names that are unrecognized, they are ignored and the RPC is still made.
Go package "github.com/fullstorydev/grpcurl"
A new grpcurl.RequestParserAndFormatter function has been added that accepts grpcurl.FormatOptions to control behavior of the formatter and parser. This replaces the previous function (grpcurl.RequestParserAndFormatterFor), which is now deprecated.