#http #wasm

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

#300 in #web-assembly

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

~4–8.5MB
~162K SLoC