上传者: 42113380
|
上传时间: 2022-05-25 10:18:41
|
文件大小: 42KB
|
文件类型: ZIP
简单的http
libsimplehttp
实现SimpleHttp类,这是一个轻量级的,可嵌入的C ++ http服务器。
这里的想法是使用C ++语法和类使将小型,独立的自定义http服务器嵌入C ++程序变得容易。
简单,轻便
可嵌入的
编译选项:分叉服务器,或使用pthreads(std :: thread)提供服务
可以轻松地将现代浏览器(或应用程序Webkit)UI添加到C ++代码中
安装(通常用于cmake)
cd libsimplehttp # or wherever
cmake .
make
make install
例子
see the test directory;
test/test_simplehttp.cpp # test libsimplehttp