_fieldLimit | Poco::Net::MessageHeader | private |
_map | Poco::Net::NameValueCollection | private |
_method | Poco::Net::HTTPRequest | private |
_uri | Poco::Net::HTTPRequest | private |
_version | Poco::Net::HTTPMessage | private |
add(const std::string &name, const std::string &value) | Poco::Net::NameValueCollection | |
AUTHORIZATION | Poco::Net::HTTPRequest | static |
begin() const | Poco::Net::NameValueCollection | |
CHUNKED_TRANSFER_ENCODING | Poco::Net::HTTPMessage | static |
clear() | Poco::Net::NameValueCollection | |
CONNECTION | Poco::Net::HTTPMessage | static |
CONNECTION_CLOSE | Poco::Net::HTTPMessage | static |
CONNECTION_KEEP_ALIVE | Poco::Net::HTTPMessage | static |
ConstIterator typedef | Poco::Net::NameValueCollection | |
CONTENT_LENGTH | Poco::Net::HTTPMessage | static |
CONTENT_TYPE | Poco::Net::HTTPMessage | static |
COOKIE | Poco::Net::HTTPRequest | static |
decodeRFC2047(const std::string &ins, std::string &outs, const std::string &charset="UTF-8") | Poco::Net::MessageHeader | static |
decodeWord(const std::string &text, const std::string &charset="UTF-8") | Poco::Net::MessageHeader | static |
DFL_FIELD_LIMIT enum value | Poco::Net::MessageHeader | private |
empty() const | Poco::Net::NameValueCollection | |
EMPTY | Poco::Net::HTTPMessage | static |
end() const | Poco::Net::NameValueCollection | |
erase(const std::string &name) | Poco::Net::NameValueCollection | |
EXPECT | Poco::Net::HTTPRequest | static |
find(const std::string &name) const | Poco::Net::NameValueCollection | |
get(const std::string &name) const | Poco::Net::NameValueCollection | |
get(const std::string &name, const std::string &defaultValue) const | Poco::Net::NameValueCollection | |
getChunkedTransferEncoding() const | Poco::Net::HTTPMessage | |
getContentLength() const | Poco::Net::HTTPMessage | |
getContentType() const | Poco::Net::HTTPMessage | |
getCookies(NameValueCollection &cookies) const | Poco::Net::HTTPRequest | |
getCredentials(std::string &scheme, std::string &authInfo) const | Poco::Net::HTTPRequest | |
getCredentials(const std::string &header, std::string &scheme, std::string &authInfo) const | Poco::Net::HTTPRequest | protected |
getExpectContinue() const | Poco::Net::HTTPRequest | |
getFieldLimit() const | Poco::Net::MessageHeader | |
getHost() const | Poco::Net::HTTPRequest | |
getKeepAlive() const | Poco::Net::HTTPMessage | |
getMethod() const | Poco::Net::HTTPRequest | inline |
getProxyCredentials(std::string &scheme, std::string &authInfo) const | Poco::Net::HTTPRequest | |
getTransferEncoding() const | Poco::Net::HTTPMessage | |
getURI() const | Poco::Net::HTTPRequest | inline |
getVersion() const | Poco::Net::HTTPMessage | inline |
has(const std::string &name) const | Poco::Net::NameValueCollection | |
hasContentLength() const | Poco::Net::HTTPMessage | inline |
hasCredentials() const | Poco::Net::HTTPRequest | |
hasProxyCredentials() const | Poco::Net::HTTPRequest | |
hasToken(const std::string &fieldName, const std::string &token) const | Poco::Net::MessageHeader | |
HeaderMap typedef | Poco::Net::NameValueCollection | |
HOST | Poco::Net::HTTPRequest | static |
HTTP_1_0 | Poco::Net::HTTPMessage | static |
HTTP_1_1 | Poco::Net::HTTPMessage | static |
HTTP_CONNECT | Poco::Net::HTTPRequest | static |
HTTP_DELETE | Poco::Net::HTTPRequest | static |
HTTP_GET | Poco::Net::HTTPRequest | static |
HTTP_HEAD | Poco::Net::HTTPRequest | static |
HTTP_OPTIONS | Poco::Net::HTTPRequest | static |
HTTP_PATCH | Poco::Net::HTTPRequest | static |
HTTP_POST | Poco::Net::HTTPRequest | static |
HTTP_PUT | Poco::Net::HTTPRequest | static |
HTTP_TRACE | Poco::Net::HTTPRequest | static |
HTTPMessage() | Poco::Net::HTTPMessage | protected |
HTTPMessage(const std::string &version) | Poco::Net::HTTPMessage | protected |
HTTPMessage(const HTTPMessage &other) | Poco::Net::HTTPMessage | protected |
HTTPRequest() | Poco::Net::HTTPRequest | |
HTTPRequest(const std::string &version) | Poco::Net::HTTPRequest | explicit |
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_ENCODING | Poco::Net::HTTPMessage | static |
Iterator typedef | Poco::Net::NameValueCollection | |
Limits enum name | Poco::Net::HTTPRequest | private |
MAX_METHOD_LENGTH enum value | Poco::Net::HTTPRequest | private |
MAX_NAME_LENGTH enum value | Poco::Net::MessageHeader | private |
MAX_URI_LENGTH enum value | Poco::Net::HTTPRequest | private |
MAX_VALUE_LENGTH enum value | Poco::Net::MessageHeader | private |
MAX_VERSION_LENGTH enum value | Poco::Net::HTTPRequest | private |
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) noexcept | Poco::Net::NameValueCollection | |
operator=(const HTTPRequest &) | Poco::Net::HTTPRequest | |
Poco::Net::HTTPMessage::operator=(const HTTPMessage &other) | Poco::Net::HTTPMessage | protected |
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) noexcept | Poco::Net::NameValueCollection | |
operator[](const std::string &name) const | Poco::Net::NameValueCollection | |
PROXY_AUTHORIZATION | Poco::Net::HTTPRequest | static |
PROXY_CONNECTION | Poco::Net::HTTPMessage | static |
quote(const std::string &value, std::string &result, bool allowSpace=false) | Poco::Net::MessageHeader | static |
read(std::istream &istr) | Poco::Net::HTTPRequest | virtual |
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::HTTPRequest | protected |
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() const | Poco::Net::NameValueCollection | |
splitElements(const std::string &s, std::vector< std::string > &elements, bool ignoreEmpty=true) | Poco::Net::MessageHeader | static |
splitParameters(const std::string &s, std::string &value, NameValueCollection ¶meters) | Poco::Net::MessageHeader | static |
splitParameters(const std::string::const_iterator &begin, const std::string::const_iterator &end, NameValueCollection ¶meters) | Poco::Net::MessageHeader | static |
swap(NameValueCollection &nvc) | Poco::Net::NameValueCollection | |
TRANSFER_ENCODING | Poco::Net::HTTPMessage | static |
UNKNOWN_CONTENT_LENGTH | Poco::Net::HTTPMessage | static |
UNKNOWN_CONTENT_TYPE | Poco::Net::HTTPMessage | static |
UPGRADE | Poco::Net::HTTPRequest | static |
write(std::ostream &ostr) const | Poco::Net::HTTPRequest | virtual |
~HTTPMessage() | Poco::Net::HTTPMessage | protectedvirtual |
~HTTPRequest() | Poco::Net::HTTPRequest | virtual |
~MessageHeader() | Poco::Net::MessageHeader | virtual |
~NameValueCollection() | Poco::Net::NameValueCollection | virtual |