-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
## v0.0.3 | ||
1. 增加了p2p能力: | ||
* 节点发现 | ||
目前只支持局域网内部节点发现。使用mDNS进行节点发现 | ||
* 通过http发送向节点监听的主题发送任意消息 | ||
通过配置文件配置节点监听的主题,可以通过http接口,发布消息 | ||
暂时没有想到好的应用场景,配置默认是关闭,如果你不使用p2p可以忽略。 | ||
|
||
## v0.0.2 | ||
1. 优化文件上传超时问题,可以参数配置超时时间 | ||
由于需要上传下载大文件,需要设置较长的读写超时,因此需要使用http.Server | ||
2. 添加获取文件信息接口(包含md5) | ||
3. 添加获取目录配置信息接口 | ||
4. 新增systemd配置文件 | ||
|
||
## v0.0.1 | ||
1. httpcat基本可用版本 | ||
2. 通过灵活配置 static、下载目录、上传目录,可以满足日常工作环境使用。 | ||
可以用作你web服务器,可以用作你内网上传下载文件需求,非常简单易用。 |