Skip to content

webispy/nghttp2_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coverity Scan Build Status Build Status

nghttp2 example

http/2 c client example

Build

Install build dependency packages

  • 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

Build

mkdir build
cd build
cmake ..
make

Test

./client https://nghttp2.org/

Releases

No releases published

Packages

No packages published

Languages