Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
main
Jianhui Zhao 2019-08-31 17:08:41 +08:00
parent 334c2f2e5f
commit ce6f1e0f2c
2 changed files with 6 additions and 8 deletions

View File

@ -20,9 +20,8 @@
[libev]: http://software.schmorp.de/pkg/libev.html
[http-parser]: https://github.com/nodejs/http-parser
[openssl]: https://github.com/openssl/openssl
[mbedtls(polarssl)]: https://github.com/ARMmbed/mbedtls
[CyaSSl(wolfssl)]: https://github.com/wolfSSL/wolfssl
[CyaSSl(wolfssl)]: https://github.com/wolfSSL/wolfssl
[mbedtls]: https://github.com/ARMmbed/mbedtls
[wolfssl]: https://github.com/wolfSSL/wolfssl
A Lightweight and fully asynchronous HTTP server library based on [libev] and [http-parser] for Embedded Linux.
@ -37,7 +36,7 @@ A Lightweight and fully asynchronous HTTP server library based on [libev] and [h
* [libev]
* [http-parser] - Has been integrated into the source code.
* [mbedtls] - If you choose mbedtls as your SSL backend
* [CyaSSl(wolfssl)] - If you choose wolfssl as your SSL backend
* [wolfssl] - If you choose wolfssl as your SSL backend
* [openssl] - If you choose openssl as your SSL backend
# Configure

View File

@ -20,9 +20,8 @@
[libev]: http://software.schmorp.de/pkg/libev.html
[http-parser]: https://github.com/nodejs/http-parser
[openssl]: https://github.com/openssl/openssl
[mbedtls(polarssl)]: https://github.com/ARMmbed/mbedtls
[CyaSSl(wolfssl)]: https://github.com/wolfSSL/wolfssl
[CyaSSl(wolfssl)]: https://github.com/wolfSSL/wolfssl
[mbedtls]: https://github.com/ARMmbed/mbedtls
[wolfssl]: https://github.com/wolfSSL/wolfssl
一个轻量的全异步的HTTP服务器C库基于[libev]和[http-parser]主要用于嵌入式Linux。
@ -37,7 +36,7 @@
* [libev]
* [http-parser] - 已经集成到源码里面
* [mbedtls] - 如果你选择mbedtls作为你的SSL后端
* [CyaSSl(wolfssl)] - 如果你选择wolfssl作为你的SSL后端
* [wolfssl] - 如果你选择wolfssl作为你的SSL后端
* [openssl] - 如果你选择openssl作为你的SSL后端
# 配置