Skip to content

Commit

Permalink
引入平滑下线和 http2 机制
Browse files Browse the repository at this point in the history
  • Loading branch information
FishGoddess committed Sep 2, 2021
2 parents 9809c19 + 8b850b3 commit 3eee438
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
### 🥇 Features

* Plain and Html form email supports
* Asynchronous send supports
* HTTP api supports
* Synchronous/Asynchronous mode supports, and timeout is available in synchronous mode
* HTTP api supports, and use http2 is ok
* Gracefully shutdown with signal mechanism supports

_Check [HISTORY.md](./HISTORY.md) and [FUTURE.md](./FUTURE.md) to know about more information._

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
### 🥇 功能特性

* 支持发送文本邮件和 HTML 邮件
* 支持异步邮件发送
* 支持 http 请求调用接口
* 支持同步、异步邮件发送,同步模式可配置超时
* 支持 http 请求调用接口,可配置 http2 协议
* 支持 signal 通知的平滑下线

_历史版本的特性请查看 [HISTORY.md](./HISTORY.md)。未来版本的新特性和计划请查看 [FUTURE.md](./FUTURE.md)_

Expand Down

0 comments on commit 3eee438

Please sign in to comment.