Skip to content

http下载工具,基于http代理,支持多连接分块下载

License

Notifications You must be signed in to change notification settings

sdh517/proxyee-down

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java实现HTTP下载器

支持HTTP、HTTPS分段多连接下载,基于[proxyee](https://github.com/monkeyWie/proxyee)的http代理功能实现监听文件的下载。

HTTPS支持

需要导入项目中的CA证书(src/resources/ca.crt)至受信任的根证书颁发机构.

运行

new HttpDownServer().start(9999);

About

http下载工具,基于http代理,支持多连接分块下载

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 62.4%
  • JavaScript 22.0%
  • Vue 15.3%
  • Other 0.3%