#include <URI.h>
◆ URI() [1/2]
◆ URI() [2/2]
| uHTTP::URI::URI |
( |
const std::string & | uriStr | ) |
|
◆ getFragment()
| const char * uHTTP::URI::getFragment |
( |
| ) |
|
|
inline |
◆ getHost()
| const char * uHTTP::URI::getHost |
( |
| ) |
|
|
inline |
◆ getPassword()
| const char * uHTTP::URI::getPassword |
( |
| ) |
|
|
inline |
◆ getPath()
| const char * uHTTP::URI::getPath |
( |
| ) |
|
|
inline |
◆ getPort()
| int uHTTP::URI::getPort |
( |
| ) |
|
|
inline |
◆ getProtocol()
| const char * uHTTP::URI::getProtocol |
( |
| ) |
|
|
inline |
◆ getQuery()
| const char * uHTTP::URI::getQuery |
( |
| ) |
|
|
inline |
◆ getSting()
| const char * uHTTP::URI::getSting |
( |
| ) |
|
|
inline |
◆ getUser()
| const char * uHTTP::URI::getUser |
( |
| ) |
|
|
inline |
◆ hasFragment()
| bool uHTTP::URI::hasFragment |
( |
| ) |
|
|
inline |
◆ hasPath()
| bool uHTTP::URI::hasPath |
( |
| ) |
|
|
inline |
◆ hasProtocol()
| bool uHTTP::URI::hasProtocol |
( |
| ) |
|
|
inline |
◆ hasQuery()
| bool uHTTP::URI::hasQuery |
( |
| ) |
|
|
inline |
◆ IsAbsoluteURI()
| bool uHTTP::URI::IsAbsoluteURI |
( |
| ) |
|
◆ isHTTP()
| bool uHTTP::URI::isHTTP |
( |
| ) |
|
|
inline |
◆ isHTTPS()
| bool uHTTP::URI::isHTTPS |
( |
| ) |
|
|
inline |
◆ isProtocol()
| bool uHTTP::URI::isProtocol |
( |
const std::string & | protocolPrefix | ) |
|
|
inline |
◆ isValid()
| bool uHTTP::URI::isValid |
( |
| ) |
|
◆ print()
| void uHTTP::URI::print |
( |
| ) |
|
◆ setFragment()
| void uHTTP::URI::setFragment |
( |
const std::string & | value | ) |
|
|
inline |
◆ setHost()
| void uHTTP::URI::setHost |
( |
const std::string & | value | ) |
|
|
inline |
◆ setPassword()
| void uHTTP::URI::setPassword |
( |
const std::string & | value | ) |
|
|
inline |
◆ setPath()
| void uHTTP::URI::setPath |
( |
const std::string & | value | ) |
|
|
inline |
◆ setPort()
| void uHTTP::URI::setPort |
( |
int | value | ) |
|
|
inline |
◆ setProtocol()
| void uHTTP::URI::setProtocol |
( |
const std::string & | value | ) |
|
|
inline |
◆ setQuery()
| void uHTTP::URI::setQuery |
( |
const std::string & | value | ) |
|
|
inline |
◆ setString()
| void uHTTP::URI::setString |
( |
const std::string & | value | ) |
|
◆ setUser()
| void uHTTP::URI::setUser |
( |
const std::string & | value | ) |
|
|
inline |
◆ COLON_DELIM
| const char* uHTTP::URI::COLON_DELIM |
|
static |
◆ EBLACET_DELIM
| const char* uHTTP::URI::EBLACET_DELIM |
|
static |
◆ fragment
| std::string uHTTP::URI::fragment |
|
protected |
◆ host
| std::string uHTTP::URI::host |
|
protected |
◆ HTTP
| const char* uHTTP::URI::HTTP |
|
static |
◆ HTTP_PORT
| int uHTTP::URI::HTTP_PORT |
|
static |
◆ HTTPS
| const char* uHTTP::URI::HTTPS |
|
static |
◆ HTTPS_PORT
| int uHTTP::URI::HTTPS_PORT |
|
static |
◆ password
| std::string uHTTP::URI::password |
|
protected |
◆ path
| std::string uHTTP::URI::path |
|
protected |
◆ port
◆ protocol
| std::string uHTTP::URI::protocol |
|
protected |
◆ PROTOCOL_DELIM
| const char* uHTTP::URI::PROTOCOL_DELIM |
|
static |
◆ query
| std::string uHTTP::URI::query |
|
protected |
◆ QUESTION_DELIM
| const char* uHTTP::URI::QUESTION_DELIM |
|
static |
◆ SBLACET_DELIM
| const char* uHTTP::URI::SBLACET_DELIM |
|
static |
◆ SHARP_DELIM
| const char* uHTTP::URI::SHARP_DELIM |
|
static |
◆ SLASH_DELIM
| const char* uHTTP::URI::SLASH_DELIM |
|
static |
◆ uriStr
| std::string uHTTP::URI::uriStr |
|
protected |
◆ user
| std::string uHTTP::URI::user |
|
protected |
◆ USER_DELIM
| const char* uHTTP::URI::USER_DELIM |
|
static |
The documentation for this class was generated from the following file: