Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
Poco::Net::HTTPRequest Member List

This is the complete list of members for Poco::Net::HTTPRequest, including all inherited members.

_fieldLimitPoco::Net::MessageHeaderprivate
_mapPoco::Net::NameValueCollectionprivate
_methodPoco::Net::HTTPRequestprivate
_uriPoco::Net::HTTPRequestprivate
_versionPoco::Net::HTTPMessageprivate
add(const std::string &name, const std::string &value)Poco::Net::NameValueCollection
AUTHORIZATIONPoco::Net::HTTPRequeststatic
begin() constPoco::Net::NameValueCollection
CHUNKED_TRANSFER_ENCODINGPoco::Net::HTTPMessagestatic
clear()Poco::Net::NameValueCollection
CONNECTIONPoco::Net::HTTPMessagestatic
CONNECTION_CLOSEPoco::Net::HTTPMessagestatic
CONNECTION_KEEP_ALIVEPoco::Net::HTTPMessagestatic
ConstIterator typedefPoco::Net::NameValueCollection
CONTENT_LENGTHPoco::Net::HTTPMessagestatic
CONTENT_TYPEPoco::Net::HTTPMessagestatic
COOKIEPoco::Net::HTTPRequeststatic
decodeRFC2047(const std::string &ins, std::string &outs, const std::string &charset="UTF-8")Poco::Net::MessageHeaderstatic
decodeWord(const std::string &text, const std::string &charset="UTF-8")Poco::Net::MessageHeaderstatic
DFL_FIELD_LIMIT enum valuePoco::Net::MessageHeaderprivate
empty() constPoco::Net::NameValueCollection
EMPTYPoco::Net::HTTPMessagestatic
end() constPoco::Net::NameValueCollection
erase(const std::string &name)Poco::Net::NameValueCollection
EXPECTPoco::Net::HTTPRequeststatic
find(const std::string &name) constPoco::Net::NameValueCollection
get(const std::string &name) constPoco::Net::NameValueCollection
get(const std::string &name, const std::string &defaultValue) constPoco::Net::NameValueCollection
getChunkedTransferEncoding() constPoco::Net::HTTPMessage
getContentLength() constPoco::Net::HTTPMessage
getContentType() constPoco::Net::HTTPMessage
getCookies(NameValueCollection &cookies) constPoco::Net::HTTPRequest
getCredentials(std::string &scheme, std::string &authInfo) constPoco::Net::HTTPRequest
getCredentials(const std::string &header, std::string &scheme, std::string &authInfo) constPoco::Net::HTTPRequestprotected
getExpectContinue() constPoco::Net::HTTPRequest
getFieldLimit() constPoco::Net::MessageHeader
getHost() constPoco::Net::HTTPRequest
getKeepAlive() constPoco::Net::HTTPMessage
getMethod() constPoco::Net::HTTPRequestinline
getProxyCredentials(std::string &scheme, std::string &authInfo) constPoco::Net::HTTPRequest
getTransferEncoding() constPoco::Net::HTTPMessage
getURI() constPoco::Net::HTTPRequestinline
getVersion() constPoco::Net::HTTPMessageinline
has(const std::string &name) constPoco::Net::NameValueCollection
hasContentLength() constPoco::Net::HTTPMessageinline
hasCredentials() constPoco::Net::HTTPRequest
hasProxyCredentials() constPoco::Net::HTTPRequest
hasToken(const std::string &fieldName, const std::string &token) constPoco::Net::MessageHeader
HeaderMap typedefPoco::Net::NameValueCollection
HOSTPoco::Net::HTTPRequeststatic
HTTP_1_0Poco::Net::HTTPMessagestatic
HTTP_1_1Poco::Net::HTTPMessagestatic
HTTP_CONNECTPoco::Net::HTTPRequeststatic
HTTP_DELETEPoco::Net::HTTPRequeststatic
HTTP_GETPoco::Net::HTTPRequeststatic
HTTP_HEADPoco::Net::HTTPRequeststatic
HTTP_OPTIONSPoco::Net::HTTPRequeststatic
HTTP_PATCHPoco::Net::HTTPRequeststatic
HTTP_POSTPoco::Net::HTTPRequeststatic
HTTP_PUTPoco::Net::HTTPRequeststatic
HTTP_TRACEPoco::Net::HTTPRequeststatic
HTTPMessage()Poco::Net::HTTPMessageprotected
HTTPMessage(const std::string &version)Poco::Net::HTTPMessageprotected
HTTPMessage(const HTTPMessage &other)Poco::Net::HTTPMessageprotected
HTTPRequest()Poco::Net::HTTPRequest
HTTPRequest(const std::string &version)Poco::Net::HTTPRequestexplicit
HTTPRequest(const std::string &method, const std::string &uri)Poco::Net::HTTPRequest
HTTPRequest(const std::string &method, const std::string &uri, const std::string &version)Poco::Net::HTTPRequest
HTTPRequest(const HTTPRequest &other)Poco::Net::HTTPRequest
IDENTITY_TRANSFER_ENCODINGPoco::Net::HTTPMessagestatic
Iterator typedefPoco::Net::NameValueCollection
Limits enum namePoco::Net::HTTPRequestprivate
MAX_METHOD_LENGTH enum valuePoco::Net::HTTPRequestprivate
MAX_NAME_LENGTH enum valuePoco::Net::MessageHeaderprivate
MAX_URI_LENGTH enum valuePoco::Net::HTTPRequestprivate
MAX_VALUE_LENGTH enum valuePoco::Net::MessageHeaderprivate
MAX_VERSION_LENGTH enum valuePoco::Net::HTTPRequestprivate
MessageHeader()Poco::Net::MessageHeader
MessageHeader(const MessageHeader &messageHeader)Poco::Net::MessageHeader
NameValueCollection()Poco::Net::NameValueCollection
NameValueCollection(const NameValueCollection &nvc)Poco::Net::NameValueCollection
NameValueCollection(NameValueCollection &&nvc) noexceptPoco::Net::NameValueCollection
operator=(const HTTPRequest &)Poco::Net::HTTPRequest
Poco::Net::HTTPMessage::operator=(const HTTPMessage &other)Poco::Net::HTTPMessageprotected
Poco::Net::MessageHeader::operator=(const MessageHeader &messageHeader)Poco::Net::MessageHeader
Poco::Net::NameValueCollection::operator=(const NameValueCollection &nvc)Poco::Net::NameValueCollection
Poco::Net::NameValueCollection::operator=(NameValueCollection &&nvc) noexceptPoco::Net::NameValueCollection
operator[](const std::string &name) constPoco::Net::NameValueCollection
PROXY_AUTHORIZATIONPoco::Net::HTTPRequeststatic
PROXY_CONNECTIONPoco::Net::HTTPMessagestatic
quote(const std::string &value, std::string &result, bool allowSpace=false)Poco::Net::MessageHeaderstatic
read(std::istream &istr)Poco::Net::HTTPRequestvirtual
removeCredentials()Poco::Net::HTTPRequest
removeProxyCredentials()Poco::Net::HTTPRequest
set(const std::string &name, const std::string &value)Poco::Net::NameValueCollection
setChunkedTransferEncoding(bool flag)Poco::Net::HTTPMessage
setContentLength(std::streamsize length)Poco::Net::HTTPMessage
setContentType(const std::string &mediaType)Poco::Net::HTTPMessage
setContentType(const MediaType &mediaType)Poco::Net::HTTPMessage
setCookies(const NameValueCollection &cookies)Poco::Net::HTTPRequest
setCredentials(const std::string &scheme, const std::string &authInfo)Poco::Net::HTTPRequest
setCredentials(const std::string &header, const std::string &scheme, const std::string &authInfo)Poco::Net::HTTPRequestprotected
setExpectContinue(bool expectContinue)Poco::Net::HTTPRequest
setFieldLimit(int limit)Poco::Net::MessageHeader
setHost(const std::string &host)Poco::Net::HTTPRequest
setHost(const std::string &host, Poco::UInt16 port)Poco::Net::HTTPRequest
setKeepAlive(bool keepAlive)Poco::Net::HTTPMessage
setMethod(const std::string &method)Poco::Net::HTTPRequest
setProxyCredentials(const std::string &scheme, const std::string &authInfo)Poco::Net::HTTPRequest
setTransferEncoding(const std::string &transferEncoding)Poco::Net::HTTPMessage
setURI(const std::string &uri)Poco::Net::HTTPRequest
setVersion(const std::string &version)Poco::Net::HTTPMessage
size() constPoco::Net::NameValueCollection
splitElements(const std::string &s, std::vector< std::string > &elements, bool ignoreEmpty=true)Poco::Net::MessageHeaderstatic
splitParameters(const std::string &s, std::string &value, NameValueCollection &parameters)Poco::Net::MessageHeaderstatic
splitParameters(const std::string::const_iterator &begin, const std::string::const_iterator &end, NameValueCollection &parameters)Poco::Net::MessageHeaderstatic
swap(NameValueCollection &nvc)Poco::Net::NameValueCollection
TRANSFER_ENCODINGPoco::Net::HTTPMessagestatic
UNKNOWN_CONTENT_LENGTHPoco::Net::HTTPMessagestatic
UNKNOWN_CONTENT_TYPEPoco::Net::HTTPMessagestatic
UPGRADEPoco::Net::HTTPRequeststatic
write(std::ostream &ostr) constPoco::Net::HTTPRequestvirtual
~HTTPMessage()Poco::Net::HTTPMessageprotectedvirtual
~HTTPRequest()Poco::Net::HTTPRequestvirtual
~MessageHeader()Poco::Net::MessageHeadervirtual
~NameValueCollection()Poco::Net::NameValueCollectionvirtual