Home
last modified time | relevance | path

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

/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_constant/include/
H A Dcasche_constant.h32 static constexpr const char *IF_NONE_MATCH = "if-none-match"; variable
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_request.cpp64 } else if (key == IF_NONE_MATCH) { in ParseRequestHeader()
H A Dhttp_cache_strategy.cpp190 requestOptions_.SetHeader(IF_NONE_MATCH, etag); in UpdateRequestHeader()
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dconstant.h75 constexpr const char *IF_NONE_MATCH = "if-none-match"; 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()
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_strategy.cpp188 requestOptions_.SetHeader(IF_NONE_MATCH, etag); in UpdateRequestHeader()
H A Dnet_http_cache_entity.cpp64 } else if (key == IF_NONE_MATCH) { in ParseRequestHeader()

Completed in 4 milliseconds