HTTP Server 简易HTTP服务器
Python
Python 3:
1 | python3 -m http.server |
Python 2:
1 | python -m SimpleHTTPServer |
Node.js
1 | npm install http-server -g |
Upload a File Using curl
1 | curl -F "file=@/path/to/your/file" http://localhost:8000/upload |
本文标题: HTTPServer-简易HTTP服务器
文章作者: Gary
发布时间: 2022-02-01, 00:00:00
最后更新: 2026-03-17, 16:12:04
许可协议: "署名-非商用-相同方式共享 4.0" 转载请保留原文链接及作者。