libhttp icon indicating copy to clipboard operation
libhttp copied to clipboard

Multi platform HTTP and HTTPS library

Results 40 libhttp issues
Sort by recently updated
recently updated
newest added

so i'm compiling on windows using mingw 8.1 and regular cmd.exe compiling works, altough "clean" uses linux specific stuff that fails to cleanup properly nonetheless it compiles however i noticed...

Hello, is the libhttp master currently runable? Unfortunately, I did not make it. Can you please giva a example like the "example/hello" many thanks!

Running `make -f Makefile.osx` : ``` cc -c -Wall -Wextra -Wstrict-prototypes -Wshadow -Wpointer-arith -Wformat-security -Winit-self -Wcast-qual -Wcast-align -Wwrite-strings -Wnested-externs -Wredundant-decls -Werror -O3 -funsigned-char -Iinclude/ -DUSE_STACK_SIZE=102400 -oobj/extern_md5.o src/extern_md5.c src/extern_md5.c:250:16: error: performing...

OpenSSL 0.9.8 is no longer supported, and should not be used because of severe security vulnerabilities. This merge request updates OpenSSL support to OpenSSL 1.1.

Hello, To perform a HTTP_POST (LIBHTTP) in RPGLE using various certificates, two applications were created (RDW-IVIDIENSTEN_SERVER and RDW-IVIDIENSTEN) in the Digital Certificate Manager. The first one for trusting certificate authorities....

wontfix

Hi dear @lammertb , I'm trying to embed the libhttp in my own projects to act as both the server & client. But actually, I encountered some challenges when trying...

Hi, I want to download a file in chunk form using c library. Does `libhttp` library supports this use case? Thanks, Ajita

I think your website page at https://www.libhttp.org/httplib_connect_client/ has a typo in the “use_ssl” section. Suggestion: of->if

ws_server example does not build.i .C file also references to libcivetweb.a..

The makefile defaults to MSVC tools when Windows is detected, maybe there is a way to make it detect if its running in MSYS2 and switch to GCC automatically?