mirror of https://github.com/dapr/docs.git
Include protocol response headers when checking the healthz output
Signed-off-by: Bilgin Ibryam <bibryam@gmail.com>
This commit is contained in:
parent
90dfd65f5f
commit
f7796d0483
|
@ -34,6 +34,6 @@ daprPort | The Dapr port.
|
||||||
### Examples
|
### Examples
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
curl http://localhost:3500/v1.0/healthz
|
curl -i http://localhost:3500/v1.0/healthz
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue