hurshi / dio-http-cache

http cache lib for Flutter dio like RxCache
Apache License 2.0
274 stars 223 forks source link

Create Real Http Cache Manager #32

Open stkang opened 4 years ago

stkang commented 4 years ago

Create Real Http Cache Manager

Http Status Code: 304

pishguy commented 2 years ago

+1

MihaMarkic commented 2 years ago

Unless I'm mistaken, this code won't work properly because it pulls data out from cache instead of pulling out only etag header and let dio do the actual request.