State of the cache of a past HTTPRequest transmit a HttpCacheToken object enable speed optimizations. More...
#include <httpcachetoken.hpp>
Public Member Functions | |
HttpCacheToken () | |
default constructor | |
HttpCacheToken (const HttpCacheToken &orig) | |
copy constructor | |
virtual | ~HttpCacheToken () |
descruptor | |
HttpCacheToken & | operator= (const HttpCacheToken &) |
assignment operator | |
const Uri & | getrequestUri () const |
uri of the request associated with this cache token | |
const Uri & | getCachedRedirection () const |
redirection cache | |
Friends | |
struct | HttpCacheTokenAccessor |
State of the cache of a past HTTPRequest transmit a HttpCacheToken object enable speed optimizations.
Davix::HttpCacheToken::HttpCacheToken | ( | const HttpCacheToken & | orig | ) |
copy constructor
orig |
const Uri& Davix::HttpCacheToken::getCachedRedirection | ( | ) | const |
const Uri& Davix::HttpCacheToken::getrequestUri | ( | ) | const |
uri of the request associated with this cache token
HttpCacheToken& Davix::HttpCacheToken::operator= | ( | const HttpCacheToken & | ) |
assignment operator