Returns a request handler that serves a specific file on disk.
See sendFile for more information.
Path to the file to serve.
Optional settings object enabling customization of how the file gets served.
A request delegate is returned, which is suitable for registering in a URLRouter or for passing to listenHTTP.
serveStaticFiles, sendFile
See Implementation
Returns a request handler that serves a specific file on disk.
See sendFile for more information.