SlackBuilds Repository

15.0 > Network > grpcurl (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, 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.

Maintained by: Ebben Aries
Keywords: grpc,curl
ChangeLog: grpcurl

Homepage:
https://github.com/fullstorydev/grpcurl

Source Downloads (32bit):
grpcurl_1.9.1_linux_x86_32.tar.gz (a4659f2cdeb13fac1f26c8072294f53e)

Source Downloads (64bit):
grpcurl_1.9.1_linux_x86_64.tar.gz (a263191ce012be65578b74613c688a3c)

Download SlackBuild:
grpcurl.tar.gz
grpcurl.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
grpcurl.SlackBuild
grpcurl.info
slack-desc

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds