Skip to content

Library which implements IETF RFC 3986, "Uniform Resource Identifier (URI): Generic Syntax".

License

Notifications You must be signed in to change notification settings

AlexandarDjordjevic/Uri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uri

This is the library which implements IETF RFC 3986, "Uniform Resource Identifier (URI): Generic Syntax".

License: MIT Unit tests

  • C++ version: C++14
  • Build system: CMake (minimum 3.8)
  • C++ compiler: GCC 9.4.0
  • Libraries: STL
  • Tests: googletest

Configure

cmake -B build -DCMAKE_BUILD_TYPE=<Release, Debug>

Build

cmake --build build --config <Release, Debug>

About

Library which implements IETF RFC 3986, "Uniform Resource Identifier (URI): Generic Syntax".

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published