http_proxy

Crates.iohttp_proxy
lib.rshttp_proxy
version0.1.1
sourcesrc
created_at2020-09-24 21:51:31.378789
updated_at2020-09-26 08:14:55.929124
descriptionThis 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.
homepagehttps://github.com/second-state/AI-as-a-Service/native_model_zoo/http_proxy
repositoryhttps://github.com/second-state/AI-as-a-Service
max_upload_size
id292677
size30,672
Michael Yuan (juntao)

documentation

README

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"}'
Commit count: 27

cargo fmt