The Wayback Machine - https://web.archive.org/web/20210112001538/http://github.com/cpp-netlib/cpp-netlib/projects
Skip to content

HTTP 2.0

Updated Mar 1, 2017

The main focus for cpp-netlib going forward should be an implementation of HTTP 2.0.

Along with this, cpp-netlib will also:

  • have an HTTP client and server API that uses modern C++ features (including asynchronous "futures" instead of having that built into the request object, as for 0.x);
  • integrate the URI (https://github.com/cpp-netlib/uri/);
  • have a generally clean implementation with fewer dependencies
  • be supported on a broader range of PC and embedded platforms: GCC and Clang and Linux, CLang on Mac, MSVC 2015 on Windows, Android, Raspberry PI, etc.;
You can’t perform that action at this time.