RequestBin:烧瓶上的简单请求箱

时间:2024-05-24 07:47:57
【文件属性】:

文件名称:RequestBin:烧瓶上的简单请求箱

文件大小:7KB

文件格式:ZIP

更新时间:2024-05-24 07:47:57

HTML

请求绑定 烧瓶上的简单请求箱 如果基本网址不是/ ,请在任何反向代理后面运行它,并提供X-Script-Name标头。 nginx的示例位置: location /request_bin { proxy_pass http://request_bin:5000; proxy_set_header Host $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Scheme $scheme; proxy_set_header X-Script-Name /request_bin; }


【文件预览】:
RequestBin-master
----start.sh(104B)
----app.py(3KB)
----Dockerfile(223B)
----requirements.txt(171B)
----README.md(406B)
----docker-compose.yml(152B)
----templates()
--------bin_stats.html(3KB)
--------index.html(669B)
--------base.html(1KB)
--------navbar.html(883B)
----.gitignore(3KB)

网友评论