HTTP/3 protocol library for building web applications with modern encryption.
HTTP/3 library written in C
$ brew list libnghttp3$ ls $(brew --prefix libnghttp3)/lib$ brew info libnghttp3$ pkg-config --cflags libnghttp3$ gcc myapp.c $(pkg-config --cflags --libs libnghttp3) -o myapp