We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 548a1f0 commit 81d47feCopy full SHA for 81d47fe
README.md
@@ -33,3 +33,13 @@ cargo build --release
33
```
34
35
This will produce a .wasm file in `target/wasm32-wasi/release/`.
36
+
37
+Testing
38
+=======
39
40
+In the `test/` folder you will find a shell script called `demo.sh` which
41
+builds the filter, then uses Docker to spin up a [Kong
42
+Gateway](https://konghq.com) container with the filter enabled, and issues a
43
+request using [httpie](https://httpie.io). It uses the configuration
44
+`test/config`. You should see the `X-Greeting` header defined in that
45
+configuration in the httpie output.
0 commit comments