Currently doing a HEAD request against a file under /serve returns 404. It would be nice if it could return 200 and some metadata like Content-Length instead.
Or maybe just returning a 405 would be better than 404. Something like this (I could not find an example of implementing HEAD against the filesystem with actix).
Thanks!