3 个版本 (重大更改)
0.3.0 | 2018 年 12 月 28 日 |
---|---|
0.2.0 | 2018 年 7 月 16 日 |
0.1.0 | 2018 年 6 月 25 日 |
#221 in #requests
15KB
310 行
#rpc-cli
这是一个 RPC 2.0 CLI。
需求
在 Linux 上
- OpenSSL 1.0.1, 1.0.2 或 1.1.0 与头文件(见 https://github.com/sfackler/rust-openssl)
在 Windows 和 macOS 上
- 无。
用法
USAGE:
rpc-cli [FLAGS] --host <host> --method <method> [INPUT]
FLAGS:
--help Prints help information
--raw Return the raw results instesad of pretty printed
-V, --version Prints version information
OPTIONS:
-h, --host <host> The host to hit, eg. http:://localhost:4000/rpc
-m, --method <method> The RPC Method, eg. Calc.Add
ARGS:
<INPUT> Sets the input or file to be used
依赖项
~20MB
~431K SLoC