libuhttpd icon indicating copy to clipboard operation
libuhttpd copied to clipboard

A very flexible, lightweight and high performance HTTP server library based on libev and http-parser for Embedded Linux.

Results 7 libuhttpd issues
Sort by recently updated
recently updated
newest added

fix:fixbug can not Compile on gcc4.8

This is a feature request. The `send_head()` method either sends a Content-Length header (if a valid length is provided), or enables chunked transfer encoding. It would be nice if it...

Prior to commit e5577217fc3e79978a22b925842794a447c36ed7, it was easy to send a custom error message to the client: ```c conn->error(conn, HTTP_STATUS_BAD_REQUEST, "I cannot understand this POST data.\n"); ``` would give: ```shell $...

Something strange happened locally such that a bunch of packages now get linking errors. This one included: ``` [13/21] Linking C executable example/multi_process_server FAILED: example/multi_process_server : && /home/mangix/devstuff/openwrt/staging_dir/toolchain-powerpc_464fp_gcc-11.2.0_musl/bin/powerpc-openwrt-linux-musl-gcc -Os -pipe...

Hi zhaojh329, it seems that the lua bindings were removed in v3, is there any intention to reimplement a lua binding? If I want to use from within Lua should...

feature

您好大神,请问这个库支持用C++调用吗

您好大神,我向您求助 我的系统:debian10.13 我提前下载并编译了libev,make install的位置是/usr/local/libev-4.33/install 然后,我用这个命令下载了您的库以及依赖库:git clone --branch v3.14.1 --recursive https://github.com/zhaojh329/libuhttpd.git 然后,我解压了库,并创建了build文件夹,我cd到了这里:/usr/local/libuhttpd/build 然后,我尝试用:cmake .. 我看到了如下的错误: CMake Error at /usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find Libev (missing: LIBEV_LIBRARY LIBEV_INCLUDE_DIR) Call Stack (most recent...