nginx-json-proxy:openresty,lua和nginx的实验

时间:2024-05-21 06:23:09
【文件属性】:

文件名称:nginx-json-proxy:openresty,lua和nginx的实验

文件大小:3KB

文件格式:ZIP

更新时间:2024-05-21 06:23:09

Nginx

nginx-json-代理 是否曾经想过确保仅跨边界传递JSON? 每个人想到的最好的地方就是嵌入在nginx中的Lua吗? 这个项目适合你。 用法 您可以通过运行openresty来测试示例: openresty -c `pwd`/config/nginx.conf 然后通过curl发出请求: # valid JSON curl -X POST -d '["bob", "jim"]' http://localhost:3000/ ["bob","jim"] # invalid JSON curl -X POST -d '["bob", "jim]' http://localhost:3000/ invalid request 当前,该示例不是使用真实的后端,而是仅对响应进行硬编码。 如果通过注释66行和取消注释67行来更改响应以返回无效的JSON,则应该得到: # valid JS


【文件预览】:
nginx-json-proxy-master
----.gitignore(55B)
----public()
--------fallback.html(18B)
--------index.html(6B)
----README.md(1KB)
----vendor()
--------.gitkeep(0B)
----config()
--------nginx.conf(2KB)
----tmp()
--------.gitkeep(0B)

网友评论