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 aberto em 24 de ago. de 2023

Ver no GitHub
 (24 comments) (0 reactions) (0 assignees)Objective-C (5.978 forks)batch import
feature requesthelp wantedusage

Métricas do repositório

Stars
 (25.648 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 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).

Guia do colaborador