-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Description
I have an HTTP server which among other things serves static files via server->set_mount_point(constant::endpoint::mount_point, constant::directory::shared());
.
If I understand correctly, Server::handle_file_request()
is responsible for serving files from the mount point. I do not see validation mechanisms like Last-Modified
or ETag
which would save bandwidth with the only little downside of calculating an identifier like a hash.
There is a tendency that ETag
is preferred over Last-Modified
.
Good resources:
Metadata
Metadata
Assignees
Labels
No labels