2个版本
0.1.1 | 2020年9月26日 |
---|---|
0.1.0 | 2020年9月24日 |
#6 in #ssvm
每月23次下载
9KB
人脸检测模型包装器
该应用程序设计为从运行在SSVM内部的WebAssembly函数中作为命令使用,以执行本地网络操作。
示例
简单的GET
$ echo "" | target/debug/http_proxy get http://scooterlabs.com/echo
带有头部的GET
$ echo "" | target/debug/http_proxy get http://scooterlabs.com/echo '{"X-My-Custom-Header":"foo"}'
带有头部和正文的POST
$ echo "123456789" | target/debug/http_proxy post http://scooterlabs.com/echo '{"X-My-Custom-Header":"foo"}'
依赖项
~3.5–7.5MB
~182K SLoC