Add C++ library libnghttp2_asio on top of libnghttp2
The libnghttp2_asio library is C++ library built on top of libnghttp2. Currently, it has server API and easily create HTTP/2 server using node.js like API calls. See the example server source code in examples/asio-sv.cc. The library depends on Boost::ASIO library.
Showing
examples/asio-sv.cc
0 → 100644
m4/ax_boost_asio.m4
0 → 100644
m4/ax_boost_base.m4
0 → 100644
m4/ax_boost_system.m4
0 → 100644
m4/ax_boost_thread.m4
0 → 100644
src/asio_connection.h
0 → 100644
src/asio_http2_handler.cc
0 → 100644
src/asio_http2_handler.h
0 → 100644
src/asio_http2_impl.cc
0 → 100644
src/asio_http2_impl.h
0 → 100644
src/asio_io_service_pool.cc
0 → 100644
src/asio_io_service_pool.h
0 → 100644
src/asio_server.cc
0 → 100644
src/asio_server.h
0 → 100644
src/includes/Makefile.am
0 → 100644
src/libnghttp2_asio.pc.in
0 → 100644
Please register or sign in to comment