| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is a small, modern header only URI parsing library for C++.
My main motivation for writing this is that all the other libs I found where part of large frameworks - which is not a bad thing, but I didn't want to include a lot of other things in my project.
There are tests which attempt to cover edge cases. You can run them by cloning the repo (with submodules, so add --recurse-submodules when cloning), and then running:
cmake -B build cmake --build build
This will build the tests in a subdirectory called build. You can then execute cpp_uri_parser_tests.
| Back | FazBrowse Home | New Git URL |