parent
1e20eca97d
commit
8931fb63e1
|
@ -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
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
|
||||
# 依赖
|
||||
* [libev]
|
||||
* [http-parser] - 已经集成到源码里面
|
||||
* [http-parser] - 一个用 C 语言编写的高性能的 HTTP 消息解析器
|
||||
* [mbedtls] - 如果你选择mbedtls作为你的SSL后端
|
||||
* [wolfssl] - 如果你选择wolfssl作为你的SSL后端
|
||||
* [openssl] - 如果你选择openssl作为你的SSL后端
|
||||
|
|
Loading…
Reference in New Issue