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

Feature-complete, stable API

Updated Oct 21, 2020
  

People have started using this library, so I want to make a stable release. The library is almost feature complete, but there are a couple of things still missing, and some decisions needing to be made about the API.

I will organize the project versions like this:

  • 1.x is unstable, and new features will be added and the API will change
  • 2.x is stable, and targeted to C++17 features
  • 3.x will allow the use of C++2a features

Testing URL

Updated Apr 2, 2020
  

The implementation is now pretty stable, the next step is to extend the tests. This includes, passing more web platform tests, but also adding sanitizer tests and performance tests.

You can’t perform that action at this time.