文件名称:pooleo:nginx json 对象水化器
文件大小:33KB
文件格式:ZIP
更新时间:2024-07-02 20:08:24
Perl
水合物 json 对象 POST 一个 json 散列到服务器的根应用程序将递归搜索键href它将并行调用所有找到的 href 响应必须是 json 散列 POST 将返回与响应水合的原始对象 构建应用程序的容器(可选) docker build -t rranshous/pooleo . 在端口 8080 上运行容器 docker run -it -p 8080:80 rranshous/pooleo 示例请求包括一次成功和两次失败 curl -XPOST -d '{ "first_resource" : { "href" : "http://oneinchmile.com/tmp/rsp.json" }, "second_resource" : { "href" : "http://oneinchmile2.com" }, "third_resource" : { "href"
【文件预览】:
pooleo-master
----lua-resty-http()
--------t()
--------lib()
--------util()
--------LICENSE(1KB)
--------README.md(14KB)
--------Makefile(487B)
--------.gitignore(24B)
----tester_app.rb(193B)
----Dockerfile(166B)
----app.lua(3KB)
----README.md(713B)
----nginx.conf(779B)
----neturl()
--------lib()