mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-19 23:43:00 +02:00
Etags are used to itentify if an ressource has been changed by sending a special request and an Etag value to the server. If the ressource has changed the server will serve the new content otherwise it will return the 304 (Not-Modified) code. Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>