gRPC Test
目录
ghz github:https://github.com/bojand/ghz
ghz官方文档:https://ghz.sh/
简单使用
下载后解压,将目录配置到path上,方便命令调用:
ghz --insecure --proto xxx\Hello.proto --call package_name.service_name.rpc_method_name -d "{\"name\":\"a\"}" localhost:8001 -o H:\test\test.html --format html
---
本文来自博客园,作者:Bingmous,转载请注明原文链接:https://www.cnblogs.com/bingmous/p/17608188.html