1 Star 0 Fork 1

zhyulo/uHTTPd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
session-test.sh 859 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/usr/bin/env bash
. /usr/share/libubox/jshn.sh
json_load "$(ubus call session create)"
json_get_var sid ubus_rpc_session
json_init
json_add_string ubus_rpc_session "$sid"
json_add_array "objects"
json_add_array ""
json_add_string "" "session"
json_add_string "" "list"
json_close_array
json_close_array
ubus call session grant "$(json_dump)"
echo "Session: $sid"
echo "Request 1"
wget -q -O- \
--post-data='{
"jsonrpc": "2.0",
"method" : "call",
"params" : [
"'$sid'",
"session",
"test",
{},
]
}' "http://localhost:8080/ubus"
echo "Request 2"
wget -q -O- \
--post-data='[
{
"jsonrpc": "2.0",
"method" : "call",
"params" : [
"'$sid'",
"session",
"list",
{},
]
},
{
"jsonrpc": "2.0",
"method" : "call",
"params" : [
"'$sid'",
"session",
"test",
{},
]
},
]' "http://localhost:8080/ubus"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/zhyulo/uhttpd.git
git@gitee.com:zhyulo/uhttpd.git
zhyulo
uhttpd
uHTTPd
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385