FileCallback
Callback that resolves requests' path parameters to files based on a base file. Requests path parameters are not allowed to contain ..
(references to file parent directories are not permitted).
If request does not have path parameters file will be returned (or not found if file is a directory).
Parameters
file
Base file used to resolve paths passed on the request.