概述
学习网址:
libevent官网
https://libevent.org/libevent evhttp学习——http服务端
https://www.jianshu.com/p/906c8b9f0629
C++封装的基于libevent的HTTP 服务器(含源码)
https://www.straka.cn/blog/cpp-wrapped-http-server-based-on-libevent/https://blog.csdn.net/atp1992/article/details/99708245 引用了上面的博文
上面网址的源码
https://github.com/atp798/EvHttplibevent 处理 http post 请求
https://www.aikaiyuan.com/6647.html4.2 交叉编译libevent
https://www.kancloud.cn/studyj/linux/2086098用最简单的方式实现基于libevent框架的http client客户端
https://blog.csdn.net/qq849635649/article/details/51689699
编译
linux x86平台编译
./configure --prefix=/home/tf/work/project/module/10_libevent/install
make
make install
linux arm交叉编译
./configure --disable-openssl --host=aarch64-linux-gnu CC=arm-himix200-linux-gcc --prefix=/home/tf/work/project/module/10_libevent/HI3516DV300
make
make install
最后
以上就是落后鼠标为你收集整理的libevent笔记的全部内容,希望文章能够帮你解决libevent笔记所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复