#include <url.hpp>
Public Member Functions | |
Url () | |
virtual | ~Url () |
Static Public Member Functions | |
static bool | isValid (const char *url) |
static std::vector< std::string > | supportedSchemas () |
|
Constructor |
|
Destructor |
|
Checks if url is valid Example of a valid URL: http://svn.collab.net/repos/svn Example of an invalid URL: /home/foo/bar |
|
returns a vector with url schemas that are supported by svn
|