apache-serf

High-performance asynchronous HTTP client library for C

brewmacoslinux
Try with needOr install directly
Source

About

High-performance asynchronous HTTP client library

Commands

serf

Examples

Link apache-serf library in C projects for HTTP requests$ gcc -I/usr/local/include/serf-1 -L/usr/local/lib -lserf-1 myprogram.c -o myprogram
Check installed serf library version and location$ pkg-config --modversion serf-1 && pkg-config --cflags --libs serf-1
Use serf in a build system like CMake$ cmake -DSERF_ROOT=$(brew --prefix apache-serf) .