-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can you add a feature ? #4
Comments
It makes sense, need to investigate how better to make it. Current problem which I see that is |
Another problem that could be resolved separately is the delay in loading already cached images. But that is a solution to add an optional argument at the loading function, that will allow a user to choose the loading option (with/without verification) |
UnityWebRequest has a Head Function which can set head request , the add header "Last-Modified" to get modified date.
I have no idea if this could make scene, i ask newbing ,but its worth to have a try. |
I don't see how to make it right. |
等什么时候我有时间了会去看的,这个功能应该需要服务器API 也支持,我会去做更多的了解,确认这个 if modified 是否可以通过 Head 方法直接请求。 I will take a look when I have time. This feature should require server API support. I will try to understand more and confirm if the "if modified" can be requested directly through the Head method. |
could you pls add a feature for auto overwrite cached image by check response-header :If-Modified-Since .
chat with me if you dont understand wht i say.
reference : https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Modified-Since
The text was updated successfully, but these errors were encountered: