Skip to content

rhysemmas/http-headers-proxy-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

81e5716 · Oct 26, 2022

History

3 Commits
Oct 26, 2022
Oct 26, 2022
Oct 26, 2022
Oct 26, 2022
Oct 26, 2022
Oct 26, 2022
Oct 26, 2022
Oct 26, 2022

Repository files navigation

http-headers-proxy-wasm

Example taken from branch here.

Basically just a working version of the http_headers example from the proxy-wasm-rust-sdk.

How to run

Make sure docker and rust are installed.

Run make.

curl localhost:10000 and check the envoy logs from docker compose. You will see http headers logged by the wasm vm.

curl localhost:10000/hello and check the response headers. You will see the headers added by the wasm vm.

About

Testing wasm modules with Envoy proxy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published