httpany:静态文件服务器可以通过用户的查询字符串生成自定义的HTTP标头 源码
httpany English | 前端学习者的静态文件服务器。 描述 前端学习者经常需要在计算机上提供静态文件。 有时python3 -m http.server就足够了,但是在许多情况下,您可能希望静态服务器响应特定的标头(例如CORS和Timing-Allow标头)。 使用查询字符串,该工具可以轻松控制http标头和状态代码。 例 $ npm install httpany -g $ httpany yourDirectory # "yourDirectory" is served on http://0.0.0.0:3000 # options is: {"root":"/pat
文件列表
httpany-master.zip
(预估有个16文件)
httpany-master
.eslintrc.yml
89B
.gitignore
599B
package.json
1KB
src
app.js
670B
bin
cli.js
2KB
.travis.yml
281B
LICENSE
1KB
暂无评论