What is the mechanism to send the content of a file from a server to the browser only if the file is updated?
For example, I have a file abc.bin
on the server which will be updated regularly. Every time the file is updated/modified, the server must send the content to the browser. What method exists to do this?