The icon of the organisation
Proxy Wasm
Filter HTTP requests and responses with a WebAssembly module

Installation

To add this extension to your project, use the relevant command in your Quarkus project directory:

Quarkus CLI

quarkus ext add io.quarkiverse.proxy-wasm:quarkus-proxy-wasm

Maven

./mvnw quarkus:add-extension -Dextensions="io.quarkiverse.proxy-wasm:quarkus-proxy-wasm"

Gradle

./gradlew addExtension --extensions="io.quarkiverse.proxy-wasm:quarkus-proxy-wasm"