proxygen
|
This is the complete list of members for proxygen::URL, including all inherited members.
createUrl(const std::string &scheme, const std::string &hostAndPort, const std::string &path, const std::string &query, const std::string &fragment) noexcept | proxygen::URL | inlinestatic |
fragment_ | proxygen::URL | private |
getFragment() const noexcept | proxygen::URL | inline |
getHost() const noexcept | proxygen::URL | inline |
getHostAndPort() const noexcept | proxygen::URL | inline |
getPath() const noexcept | proxygen::URL | inline |
getPort() const noexcept | proxygen::URL | inline |
getQuery() const noexcept | proxygen::URL | inline |
getScheme() const noexcept | proxygen::URL | inline |
getUrl() const noexcept | proxygen::URL | inline |
hasHost() const noexcept | proxygen::URL | inline |
host_ | proxygen::URL | private |
isSecure() const noexcept | proxygen::URL | inline |
isValid() const noexcept | proxygen::URL | inline |
makeRelativeURL() const noexcept | proxygen::URL | inline |
operator!=(const URL &lhs, const URL &rhs) | proxygen::URL | friend |
operator==(const URL &lhs, const URL &rhs) | proxygen::URL | friend |
path_ | proxygen::URL | private |
port_ | proxygen::URL | private |
query_ | proxygen::URL | private |
scheme_ | proxygen::URL | private |
URL(const std::string &url="") noexcept | proxygen::URL | inlineexplicit |
URL(const std::string scheme, const std::string host, uint16_t port=0, const std::string path="", const std::string query="", const std::string fragment="") noexcept | proxygen::URL | inline |
url_ | proxygen::URL | private |
valid_ | proxygen::URL | private |