function serveFile
serveFile(): Promise<Response>Returns an HTTP Response with the requested file as the body.
Parameters
req: RequestThe server request context used to cleanup the file handle.
filePath: stringPath of the file to serve.
optional
unnamed 2: ServeFileOptions