SDWebImage/SDWebImage

SDWebImage: After adding .refreshCached as option, get is being called without request headers `If-None-Match` and `If-Modified-Since`. How to cache those as well from response http headers and send in request http headers?

Open

#3,589 opened on Aug 24, 2023

View on GitHub
 (24 comments) (0 reactions) (0 assignees)Objective-C (5,978 forks)batch import
feature requesthelp wantedusage

Repository metrics

Stars
 (25,648 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Issue Description and Steps

As per my understanding it must be adding http header and we'll get 304 (not modified in response).

Contributor guide