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 304c26e commit 4b15cd3Copy full SHA for 4b15cd3
.github/workflows/ci.yml
@@ -69,3 +69,5 @@ jobs:
69
COUNT=$(echo $TEST | jq | grep "I'm the inner struct" | wc -l)
70
test $COUNT -eq 3
71
72
+ TEST=$(extism call zig-out/bin/basic-example.wasm http_get --input '' --allow-host jsonplaceholder.typicode.com --enable-http-response-headers --log-level debug 2>&1)
73
+ echo $TEST | grep "application/json; charset=utf-8"
0 commit comments