|
uHTTP for C++
|
Data Structures | |
| class | uHTTP::URL |
Namespaces | |
| namespace | uHTTP |
Functions | |
| bool | uHTTP::IsAbsoluteURL (const std::string &urlStr) |
| const char * | uHTTP::URLGetHost (const std::string &urlStr, std::string &buf) |
| int | uHTTP::URLGetPort (const std::string &urlStr) |
| const char * | uHTTP::URLGetRelativeURL (const std::string &urlStr, std::string &buf, bool withParam=true) |
| const char * | uHTTP::URLGetAbsoluteURL (const std::string &baseURLStr, const std::string &relURlStr, std::string &buf) |
| const char * | uHTTP::GetHostURL (const std::string &host, int port, const std::string &uri, std::string &buf) |