libdap Updated for version 3.21.1
libdap4 is an implementation of OPeNDAP's DAP protocol.
libdap::HTTPCache Member List

This is the complete list of members for libdap::HTTPCache, including all inherited members.

cache_response(const std::string &url, time_t request_time, const std::vector< std::string > &headers, const FILE *body)libdap::HTTPCache
get_always_validate() constlibdap::HTTPCache
get_cache_control() constlibdap::HTTPCache
get_cache_disconnected() constlibdap::HTTPCache
get_cache_root() constlibdap::HTTPCache
get_cached_response(const std::string &url, std::vector< std::string > &headers, std::string &cacheName)libdap::HTTPCache
get_cached_response(const std::string &url, std::vector< std::string > &headers)libdap::HTTPCache
get_cached_response(const std::string &url)libdap::HTTPCache
get_conditional_request_headers(const std::string &url)libdap::HTTPCache
get_default_expiration() constlibdap::HTTPCache
get_max_entry_size() constlibdap::HTTPCache
get_max_size() constlibdap::HTTPCache
HTTPCache()=deletelibdap::HTTPCache
HTTPCache(const HTTPCache &)=deletelibdap::HTTPCache
HTTPCacheTest classlibdap::HTTPCachefriend
HTTPConnectTest classlibdap::HTTPCachefriend
instance(const std::string &cache_root="")libdap::HTTPCacheinlinestatic
is_cache_enabled() constlibdap::HTTPCache
is_expire_ignored() constlibdap::HTTPCache
is_url_valid(const std::string &url)libdap::HTTPCache
operator=(const HTTPCache &)=deletelibdap::HTTPCache
purge_cache()libdap::HTTPCache
release_cached_response(FILE *response)libdap::HTTPCache
set_always_validate(bool validate)libdap::HTTPCache
set_cache_control(const std::vector< std::string > &cc)libdap::HTTPCache
set_cache_disconnected(CacheDisconnectedMode mode)libdap::HTTPCache
set_cache_enabled(bool mode)libdap::HTTPCache
set_default_expiration(int exp_time)libdap::HTTPCache
set_expire_ignored(bool mode)libdap::HTTPCache
set_max_entry_size(unsigned long size)libdap::HTTPCache
set_max_size(unsigned long size)libdap::HTTPCache
update_response(const std::string &url, time_t request_time, const std::vector< std::string > &headers)libdap::HTTPCache
~HTTPCache()libdap::HTTPCachevirtual