为特定资源提供普通旧文件的可接受方式是什么?
get '/xyz' do File.read 'abc.html' end
get '/static_file' do send_file('my_static_file') end