libnghttp3

HTTP/3 protocol library implementation written in C

brewmacoslinux
Try with needOr install directly
Source

About

HTTP/3 library written in C

Commands

libnghttp3

Examples

Link against libnghttp3 in a C project$ gcc -o app app.c $(pkg-config --cflags --libs libnghttp3)
Check installed libnghttp3 version$ pkg-config --modversion libnghttp3
Get compiler flags for libnghttp3 integration$ pkg-config --cflags --libs libnghttp3