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?
Aberta
#3.589 aberto em 24 de ago. de 2023
feature requesthelp wantedusage
Métricas do repositório
- Stars
- (25.648 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
Issue Description and Steps
As per my understanding it must be adding http header and we'll get 304 (not modified in response).