|
| typedef std::pair< std::string, std::string > | header_t |
Definition at line 47 of file wsrequest.h.
◆ header_t
| typedef std::pair<std::string, std::string> NSROOT::WSRequest::header_t |
|
private |
◆ WSRequest() [1/4]
| WSRequest::WSRequest |
( |
const std::string & | server, |
|
|
unsigned | port ) |
◆ WSRequest() [2/4]
| WSRequest::WSRequest |
( |
const std::string & | server, |
|
|
unsigned | port, |
|
|
bool | secureURI ) |
◆ WSRequest() [3/4]
| WSRequest::WSRequest |
( |
const URIParser & | uri, |
|
|
WS_METHOD | method = WS_METHOD_Get ) |
◆ ~WSRequest()
| WSRequest::~WSRequest |
( |
| ) |
|
◆ WSRequest() [4/4]
| WSRequest::WSRequest |
( |
const WSRequest & | o, |
|
|
const URIParser & | redirection ) |
◆ ClearContent()
| void WSRequest::ClearContent |
( |
| ) |
|
◆ ClearHeader()
| void WSRequest::ClearHeader |
( |
const std::string & | field | ) |
|
◆ GetContent()
| const std::string & NSROOT::WSRequest::GetContent |
( |
| ) |
const |
|
inline |
◆ GetMethod()
| WS_METHOD NSROOT::WSRequest::GetMethod |
( |
| ) |
const |
|
inline |
◆ GetPort()
| unsigned NSROOT::WSRequest::GetPort |
( |
| ) |
const |
|
inline |
◆ GetServer()
| const std::string & NSROOT::WSRequest::GetServer |
( |
| ) |
const |
|
inline |
◆ GetService()
| const std::string & NSROOT::WSRequest::GetService |
( |
| ) |
const |
|
inline |
◆ IsSecureURI()
| bool NSROOT::WSRequest::IsSecureURI |
( |
| ) |
const |
|
inline |
◆ RequestAccept()
| void WSRequest::RequestAccept |
( |
const std::string & | contentType | ) |
|
◆ RequestAcceptEncoding()
| void WSRequest::RequestAcceptEncoding |
( |
bool | yesno | ) |
|
◆ RequestService()
| void WSRequest::RequestService |
( |
const std::string & | url, |
|
|
WS_METHOD | method = WS_METHOD_Get ) |
◆ SetContentCustom()
| void WSRequest::SetContentCustom |
( |
const std::string & | contentType, |
|
|
const char * | content ) |
◆ SetContentParam()
| void WSRequest::SetContentParam |
( |
const std::string & | param, |
|
|
const std::string & | value ) |
◆ SetHeader()
| void WSRequest::SetHeader |
( |
const std::string & | field, |
|
|
const std::string & | value ) |
◆ SetUserAgent()
| void WSRequest::SetUserAgent |
( |
const std::string & | value | ) |
|
◆ WriteCommonHeading()
◆ WriteMessage()
◆ WriteMessageGET()
◆ WriteMessagePOST()
◆ m_accept
| std::string NSROOT::WSRequest::m_accept |
|
private |
◆ m_charset
| std::string NSROOT::WSRequest::m_charset |
|
private |
◆ m_contentData
| std::string NSROOT::WSRequest::m_contentData |
|
private |
◆ m_contentType
| WS_CTYPE NSROOT::WSRequest::m_contentType |
|
private |
◆ m_contentTypeStr
| std::string NSROOT::WSRequest::m_contentTypeStr |
|
private |
◆ m_headers
| std::map<std::string, header_t> NSROOT::WSRequest::m_headers |
|
private |
◆ m_port
| unsigned NSROOT::WSRequest::m_port |
|
private |
◆ m_secure_uri
| bool NSROOT::WSRequest::m_secure_uri |
|
private |
◆ m_server
| std::string NSROOT::WSRequest::m_server |
|
private |
◆ m_service_method
| WS_METHOD NSROOT::WSRequest::m_service_method |
|
private |
◆ m_service_url
| std::string NSROOT::WSRequest::m_service_url |
|
private |
◆ m_userAgent
| std::string NSROOT::WSRequest::m_userAgent |
|
private |
The documentation for this class was generated from the following files:
- /home/jlb/src/janbar/PVR/cppmythlib/cppmyth/src/private/wsrequest.h
- /home/jlb/src/janbar/PVR/cppmythlib/cppmyth/src/private/wsrequest.cpp