bwindels / wwwee

wwwee, the wee webserver: a small, robust, low-resource and fast web application server for low workloads (home server, personal cloud)
GNU General Public License v3.0
26 stars 1 forks source link

Send Etag for static files based on inode/size/mtime #36

Open bwindels opened 5 years ago

bwindels commented 5 years ago

https://stackoverflow.com/questions/44937/how-do-you-make-an-etag-that-matches-apache#44939

file::Reader will have to expose the stat data so we don't have to do it twice