#http #wasm #applications #native #perform #running #ssvm

app http_proxy

This application is designed to be used as a command from a WebAssembly function running inside the SSVM to perform native HTTP and HTTPS network operations. Please see documentation for more details.

2 releases

0.1.1 Sep 26, 2020
0.1.0 Sep 24, 2020

#6 in #ssvm

23 downloads per month

MIT/Apache

9KB

Face detection model wrapper

This application is designed to be used as a command from a WebAssembly function running inside the SSVM to perform native network operations.

Examples

Simple GET

$ echo "" | target/debug/http_proxy get http://scooterlabs.com/echo

GET with header

$ echo "" | target/debug/http_proxy get http://scooterlabs.com/echo '{"X-My-Custom-Header":"foo"}'

POST with header and body

$ echo "123456789" | target/debug/http_proxy post http://scooterlabs.com/echo '{"X-My-Custom-Header":"foo"}'

Dependencies

~3.5–7.5MB
~182K SLoC