10Duke Enterprise C++ Client
|
#include <URLParser.h>
A service to parse URLs from strings.
Public Member Functions | |
virtual std::unique_ptr< tenduke::net::URL > | from (const std::string &urlToParse) const =0 |
Parses URL. | |
|
pure virtual |
Parses URL.
tenduke::net::URLException | (or subclasses) if parsing the URL failed |
Implemented in tenduke::net::curl::LibCurlURLParser.