http/2 c client example
- Ubuntu
apt install libglib2.0-dev libnghttp2-dev libssl-dev libhttp-parser-dev cmake libasound2-dev
- Fedora
dnf install glib2-devel libnghttp2-devel openssl-devel http-parser-devel cmake
mkdir build
cd build
cmake ..
make
./client https://nghttp2.org/