Skip to content

Latest commit

 

History

History
 
 

http_parallel_call

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Proxy-Wasm plugin example: HTTP parallel call

Proxy-Wasm plugin that makes multiply HTTP callout and combine responses as final response .

Building

$ cargo build --target wasm32-wasi --release

Using in Envoy

This example can be run with docker compose and has a matching Envoy configuration.

$ docker compose up

Access granted.

Send HTTP request to localhost:10000/:

$ curl localhost:10000/
Hello, World!\n