Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 309 Bytes

File metadata and controls

20 lines (11 loc) · 309 Bytes

SimpleHTTPServer

介绍

类似python的SimpleHTTPServer的java实现加强版本

功能

简易的HTTP服务器

支持多线程

支持文件断点续传

需求

  • JDK1.8+

使用方法

java -jar SimpleHTTPServer.jar [BIND_HOST] [BIND_PORT] [PublicKeyFile] [PrivateKeyFile]