Include protocol response headers when checking the healthz output

Signed-off-by: Bilgin Ibryam <bibryam@gmail.com>
This commit is contained in:
Bilgin Ibryam 2022-07-20 15:23:26 +01:00
parent 90dfd65f5f
commit f7796d0483
1 changed files with 1 additions and 1 deletions

View File

@ -34,6 +34,6 @@ daprPort | The Dapr port.
### Examples
```shell
curl http://localhost:3500/v1.0/healthz
curl -i http://localhost:3500/v1.0/healthz
```