parent
334c2f2e5f
commit
ce6f1e0f2c
|
@ -20,9 +20,8 @@
|
||||||
[libev]: http://software.schmorp.de/pkg/libev.html
|
[libev]: http://software.schmorp.de/pkg/libev.html
|
||||||
[http-parser]: https://github.com/nodejs/http-parser
|
[http-parser]: https://github.com/nodejs/http-parser
|
||||||
[openssl]: https://github.com/openssl/openssl
|
[openssl]: https://github.com/openssl/openssl
|
||||||
[mbedtls(polarssl)]: https://github.com/ARMmbed/mbedtls
|
[mbedtls]: https://github.com/ARMmbed/mbedtls
|
||||||
[CyaSSl(wolfssl)]: https://github.com/wolfSSL/wolfssl
|
[wolfssl]: https://github.com/wolfSSL/wolfssl
|
||||||
[CyaSSl(wolfssl)]: https://github.com/wolfSSL/wolfssl
|
|
||||||
|
|
||||||
A Lightweight and fully asynchronous HTTP server library based on [libev] and [http-parser] for Embedded Linux.
|
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]
|
* [libev]
|
||||||
* [http-parser] - Has been integrated into the source code.
|
* [http-parser] - Has been integrated into the source code.
|
||||||
* [mbedtls] - If you choose mbedtls as your SSL backend
|
* [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
|
* [openssl] - If you choose openssl as your SSL backend
|
||||||
|
|
||||||
# Configure
|
# Configure
|
||||||
|
|
|
@ -20,9 +20,8 @@
|
||||||
[libev]: http://software.schmorp.de/pkg/libev.html
|
[libev]: http://software.schmorp.de/pkg/libev.html
|
||||||
[http-parser]: https://github.com/nodejs/http-parser
|
[http-parser]: https://github.com/nodejs/http-parser
|
||||||
[openssl]: https://github.com/openssl/openssl
|
[openssl]: https://github.com/openssl/openssl
|
||||||
[mbedtls(polarssl)]: https://github.com/ARMmbed/mbedtls
|
[mbedtls]: https://github.com/ARMmbed/mbedtls
|
||||||
[CyaSSl(wolfssl)]: https://github.com/wolfSSL/wolfssl
|
[wolfssl]: https://github.com/wolfSSL/wolfssl
|
||||||
[CyaSSl(wolfssl)]: https://github.com/wolfSSL/wolfssl
|
|
||||||
|
|
||||||
一个轻量的全异步的HTTP服务器C库,基于[libev]和[http-parser],主要用于嵌入式Linux。
|
一个轻量的全异步的HTTP服务器C库,基于[libev]和[http-parser],主要用于嵌入式Linux。
|
||||||
|
|
||||||
|
@ -37,7 +36,7 @@
|
||||||
* [libev]
|
* [libev]
|
||||||
* [http-parser] - 已经集成到源码里面
|
* [http-parser] - 已经集成到源码里面
|
||||||
* [mbedtls] - 如果你选择mbedtls作为你的SSL后端
|
* [mbedtls] - 如果你选择mbedtls作为你的SSL后端
|
||||||
* [CyaSSl(wolfssl)] - 如果你选择wolfssl作为你的SSL后端
|
* [wolfssl] - 如果你选择wolfssl作为你的SSL后端
|
||||||
* [openssl] - 如果你选择openssl作为你的SSL后端
|
* [openssl] - 如果你选择openssl作为你的SSL后端
|
||||||
|
|
||||||
# 配置
|
# 配置
|
||||||
|
|
Loading…
Reference in New Issue