atanisoft / HttpServer

HTTP Server implemented using OpenMRN StateFlow patterns.
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Add support for ETag header #4

Open atanisoft opened 4 years ago

atanisoft commented 4 years ago

The ETag header can be used to track modifications by including the header ETag: "{hash of file}" when serving static content and checking the header If-None-Match