Update README

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
main^2
Jianhui Zhao 2021-01-01 16:02:47 +08:00
parent 1e20eca97d
commit 8931fb63e1
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ A very flexible, lightweight and fully asynchronous HTTP server library based on
# Dependencies
* [libev]
* [http-parser] - A parser for HTTP messages written in C
* [http-parser] - A high performance parser for HTTP messages written in C
* [mbedtls] - If you choose mbedtls as your SSL backend
* [wolfssl] - If you choose wolfssl as your SSL backend
* [openssl] - If you choose openssl as your SSL backend

View File

@ -37,7 +37,7 @@
# 依赖
* [libev]
* [http-parser] - 已经集成到源码里面
* [http-parser] - 一个用 C 语言编写的高性能的 HTTP 消息解析器
* [mbedtls] - 如果你选择mbedtls作为你的SSL后端
* [wolfssl] - 如果你选择wolfssl作为你的SSL后端
* [openssl] - 如果你选择openssl作为你的SSL后端