Path to this page:
./
net/grpcurl,
Command-line tool that lets you interact with gRPC servers
Branch: CURRENT,
Version: 1.9.1nb2,
Package name: grpcurl-1.9.1nb2,
Maintainer: pkgsrc-users`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](https://developers.google.com/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.
Master sites:
Filesize: 120.313 KB
Version history: (Expand)
- (2025-03-07) Updated to version: grpcurl-1.9.1nb2
- (2024-09-06) Updated to version: grpcurl-1.9.1nb1
- (2024-09-02) Package added to pkgsrc.se, version grpcurl-1.9.1 (created)
CVS history: (Expand)
2025-03-07 21:54:34 by Benny Siegert | Files touched by this commit (190) |  |
Log message:
Revbump all Go packages after go124 update
I realize I forgot to do the revbump after updating the default Go
version to 1.24, so let's do that now.
|
2024-09-06 20:49:02 by Benny Siegert | Files touched by this commit (180) |  |
Log message:
Revbump all Go packages after go122 update
|
2024-09-02 02:28:54 by Maya Rashish | Files touched by this commit (5) |
Log message:
Add grpcurl version 1.9.1
`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](https://developers.google.com/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.
|