Convenience method to send a file response to a request.
The filename to send.
The mime type to send, such as "text/html; charset=utf-8"
A 200 OK response whose body is the contents of the file that was specified, or 404 Not Found if the file could not be found.
See Implementation
Convenience method to send a file response to a request.