Skip to content

Commit 63e7058

Browse files
committed
doc: adjust example
Signed-off-by: Martijn Swaagman <[email protected]>
1 parent 843fcf2 commit 63e7058

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

examples/filter_metadata/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,15 @@ and has a matching Envoy configuration.
1717
$ docker compose up
1818
```
1919

20-
Send HTTP request to `localhost:10000/` with a `x-custom-metadata` header value.
20+
Send a HTTP request to `localhost:10000/` will return the configured response.
2121

22-
> Not setting the header will return the configured welcome message.
22+
```sh
23+
$ curl localhost:10000/
24+
Welcome, set the `x-custom-metadata` header to change the response!
25+
```
26+
27+
28+
Send a HTTP request to `localhost:10000/` with a `x-custom-metadata` header value.
2329

2430
```sh
2531
$ curl localhost:10000/ -H "x-custom-metadata: some-value"

0 commit comments

Comments
 (0)