Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 607 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 607 Bytes

Servermiao

简单的http服务器。kb级别!

食用方法

./servermiao

此命令将启动一个简单的http服务器,默认目录为工作目录,默认端口为8000。将自动打开工作目录下的index.html文件。

在命令后增加端口和路径将自动识别添加。如servermiao /test 80将在工作目录下的test文件夹启动端口为80的服务器。

当传入多个可别解析为目录和端口的参数时,将默认使用最后传入的有效参数。

构建

cargo build -r

建议放到C:\Windows\System32食用更加方便哦!