Simple Http Server
Contents
调试时,简单的http服务,以前一直使用
python -m http.server
但是有些脚本需要cors头, python默认就不行了,还得自己写。不过,幸好还有rust的simple-http-server
cargo install simple-http-server
simple-http-server.exe --coep --coop --cors
调试时,简单的http服务,以前一直使用
python -m http.server
但是有些脚本需要cors头, python默认就不行了,还得自己写。不过,幸好还有rust的simple-http-server
cargo install simple-http-server
simple-http-server.exe --coep --coop --cors