Yet Another HTTP Library
yahttp
|
This is the complete list of members for YaHTTP::URL, including all inherited members.
anchor | YaHTTP::URL | |
host | YaHTTP::URL | |
initialize() | YaHTTP::URL | inlineprivate |
operator<<(std::ostream &os, const URL &url) | YaHTTP::URL | friend |
parameters | YaHTTP::URL | |
parse(const std::string &url) | YaHTTP::URL | inline |
parseAnchor(const std::string &url, size_t &pos) | YaHTTP::URL | inlineprivate |
parseHost(const std::string &url, size_t &pos) | YaHTTP::URL | inlineprivate |
parseParameters(const std::string &url, size_t &pos) | YaHTTP::URL | inlineprivate |
parsePath(const std::string &url, size_t &pos) | YaHTTP::URL | inlineprivate |
parseSchema(const std::string &url, size_t &pos) | YaHTTP::URL | inlineprivate |
parseUserPass(const std::string &url, size_t &pos) | YaHTTP::URL | inlineprivate |
password | YaHTTP::URL | |
path | YaHTTP::URL | |
pathless | YaHTTP::URL | |
port | YaHTTP::URL | |
protocol | YaHTTP::URL | |
to_string() const | YaHTTP::URL | inline |
URL() | YaHTTP::URL | inline |
URL(const std::string &url) | YaHTTP::URL | inline |
URL(const char *url) | YaHTTP::URL | inline |
username | YaHTTP::URL |