fix document for helloworld-tutorial.md (#1316)
Signed-off-by: ZhengSheng0524 <[email protected]>
This commit is contained in:
@@ -243,7 +243,7 @@ If you have a gRPC GUI client such as [Bloom RPC] you should be able to send req
|
|||||||
|
|
||||||
Or if you use [grpcurl] then you can simply try send requests like this:
|
Or if you use [grpcurl] then you can simply try send requests like this:
|
||||||
```
|
```
|
||||||
$ grpcurl -plaintext -import-path ./proto -proto helloworld.proto -d '{"name": "Tonic"}' '[::]:50051' helloworld.Greeter/SayHello
|
$ grpcurl -plaintext -import-path ./proto -proto helloworld.proto -d '{"name": "Tonic"}' '[::1]:50051' helloworld.Greeter/SayHello
|
||||||
```
|
```
|
||||||
And receiving responses like this:
|
And receiving responses like this:
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user