URL encoder/decoder for C++
- C++ 17
uri-parser is a header-only library. Just copy the include
directory to your include path.
mkdir build
cd build
cmake .. -DBUILD_EXAMPLE=ON
make
mkdir build
cd build
cmake .. -DBUILD_TESTS=ON
make && make test ARGS="-V"
Most of the code in this repository is slight modification of code written by Davis E. King (davis@dlib.net) for dlib. Original file. If you'd like to donate, do so to the original author, not to me.