aws-c-http

C99 HTTP/1.1 and HTTP/2 protocol implementation library

brewmacoslinux
Try with needOr install directly
Source

About

C99 implementation of the HTTP/1.1 and HTTP/2 specifications

Commands

aws-c-http

Examples

Build a C application that links against aws-c-http library$ gcc -o myapp myapp.c $(pkg-config --cflags --libs aws-c-http)
Check installed version and library location$ pkg-config --modversion aws-c-http && pkg-config --variable=libdir aws-c-http
Verify library installation and dependencies$ pkg-config --list-all | grep aws-c-http