summaryrefslogtreecommitdiff
path: root/c/wasi-http/0.2.0/env-var (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-09-06w-h/0.2.0: Use a shared MakefileAndrew Clayton1-29/+1
All the examples under c/wasi-http/0.2.0/ use the *same* Makefile. Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
2024-09-06w-h/0.2.0: Add a new example program env-varAndrew Clayton2-0/+134
This shows how to get access to the environment variables and echos them back to the client. We need to include wasi:cli/environment@0.2.0 in the proxy world. Signed-off-by: Andrew Clayton <a.clayton@nginx.com>