#include <url.hpp>
|
std::string | to_string () const |
|
| URL () |
|
| URL (const std::string &url) |
|
| URL (const char *url) |
|
bool | parse (const std::string &url) |
|
YaHTTP::URL::URL |
( |
const std::string & |
url | ) |
|
|
inline |
YaHTTP::URL::URL |
( |
const char * |
url | ) |
|
|
inline |
void YaHTTP::URL::initialize |
( |
| ) |
|
|
inlineprivate |
bool YaHTTP::URL::parse |
( |
const std::string & |
url | ) |
|
|
inline |
bool YaHTTP::URL::parseAnchor |
( |
const std::string & |
url, |
|
|
size_t & |
pos |
|
) |
| |
|
inlineprivate |
bool YaHTTP::URL::parseHost |
( |
const std::string & |
url, |
|
|
size_t & |
pos |
|
) |
| |
|
inlineprivate |
bool YaHTTP::URL::parseParameters |
( |
const std::string & |
url, |
|
|
size_t & |
pos |
|
) |
| |
|
inlineprivate |
bool YaHTTP::URL::parsePath |
( |
const std::string & |
url, |
|
|
size_t & |
pos |
|
) |
| |
|
inlineprivate |
bool YaHTTP::URL::parseSchema |
( |
const std::string & |
url, |
|
|
size_t & |
pos |
|
) |
| |
|
inlineprivate |
bool YaHTTP::URL::parseUserPass |
( |
const std::string & |
url, |
|
|
size_t & |
pos |
|
) |
| |
|
inlineprivate |
std::string YaHTTP::URL::to_string |
( |
| ) |
const |
|
inline |
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const URL & |
url |
|
) |
| |
|
friend |
std::string YaHTTP::URL::anchor |
std::string YaHTTP::URL::host |
std::string YaHTTP::URL::parameters |
std::string YaHTTP::URL::password |
std::string YaHTTP::URL::path |
bool YaHTTP::URL::pathless |
std::string YaHTTP::URL::protocol |
std::string YaHTTP::URL::username |
The documentation for this class was generated from the following file:
- /home/cmouse/projects/libyahttp/yahttp/url.hpp