Skip to content

Commit

Permalink
docs: update -rpc-header examples
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmet Alp Balkan <[email protected]>
  • Loading branch information
ahmetb committed Nov 2, 2021
1 parent 30f0d5a commit 71feb74
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,9 @@ environment variable.
$ grpc_health_probe -addr 127.0.0.1:10000 \
-tls \
-tls-ca-cert /path/to/testdata/ca.pem \
-tls-server-name=x.test.youtube.com \
-rpc-header=x-request-id:be59908d40f00be3573a50284c3863f1a37b8528
-tls-server-name=example.com \
-rpc-header=foo:bar \
-rpc-header=foo2:bar2
status: SERVING
```
Expand Down

0 comments on commit 71feb74

Please sign in to comment.