Add option to check file system for local files
Extracted from #84.
Add configuration option for checkLocalFiles
. If true
and URL is file://
, convert URL to path and check for file existence, returning 200 if found and 404 if not.
Edited by Aaron Goldenthal