You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Matteo Bernardini 58ced13c54 20260718.1 global branch merge. 2 weeks ago
..
README network/grpcurl: Added (curl for gRPC servers). 3 years ago
grpcurl.SlackBuild network/grpcurl: Updated for version 1.9.3 1 year ago
grpcurl.info network/grpcurl: Updated for version 1.9.3 1 year ago
slack-desc network/grpcurl: Added (curl for gRPC servers). 3 years ago

README

grpcurl is a command-line tool that lets you interact with gRPC servers.
It's basically curl for gRPC servers.

The main purpose for this tool is to invoke RPC methods on a gRPC server
from the command-line. gRPC servers use a binary encoding on the wire
(protocol buffers, or "protobufs" for short). So they are basically
impossible to interact with using regular curl (and older versions of
curl that do not support HTTP/2 are of course non-starters). This
program accepts messages using JSON encoding, which is much more
friendly for both humans and scripts.