Home
last modified time | relevance | path

Searched refs:IF_MODIFIED_SINCE (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_constant/include/
H A Dcasche_constant.h31 static constexpr const char *IF_MODIFIED_SINCE = "if-modified-since"; variable
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_strategy.cpp190 requestOptions_.SetHeader(IF_MODIFIED_SINCE, lastModified); in UpdateRequestHeader()
192 requestOptions_.SetHeader(IF_MODIFIED_SINCE, date); in UpdateRequestHeader()
H A Dnet_http_cache_entity.cpp62 } else if (key == IF_MODIFIED_SINCE) { in ParseRequestHeader()
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_strategy.cpp192 requestOptions_.SetHeader(IF_MODIFIED_SINCE, lastModified); in UpdateRequestHeader()
194 requestOptions_.SetHeader(IF_MODIFIED_SINCE, date); in UpdateRequestHeader()
H A Dhttp_cache_request.cpp62 } else if (key == IF_MODIFIED_SINCE) { in ParseRequestHeader()
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dconstant.h74 constexpr const char *IF_MODIFIED_SINCE = "if-modified-since"; member
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_proxy/src/
H A Dcache_proxy.cpp52 if (p.first == IF_NONE_MATCH || p.first == IF_MODIFIED_SINCE) { in CacheProxy()

Completed in 4 milliseconds