Apache Mesos
|
This is the complete list of members for process::http::URL, including all inherited members.
domain | process::http::URL | |
fragment | process::http::URL | |
ip | process::http::URL | |
isAbsolute() const | process::http::URL | |
parse(const std::string &urlString) | process::http::URL | static |
path | process::http::URL | |
port | process::http::URL | |
query | process::http::URL | |
scheme | process::http::URL | |
URL()=default | process::http::URL | |
URL(const std::string &_scheme, const std::string &_domain, const std::string &_path, const hashmap< std::string, std::string > &_query=(hashmap< std::string, std::string >()), const Option< std::string > &_fragment=None()) | process::http::URL | inline |
URL(const std::string &_scheme, const std::string &_domain, const uint16_t _port=80, const std::string &_path="/", const hashmap< std::string, std::string > &_query=(hashmap< std::string, std::string >()), const Option< std::string > &_fragment=None()) | process::http::URL | inline |
URL(const std::string &_scheme, const net::IP &_ip, const uint16_t _port=80, const std::string &_path="/", const hashmap< std::string, std::string > &_query=(hashmap< std::string, std::string >()), const Option< std::string > &_fragment=None()) | process::http::URL | inline |