respondFile
suspend fun ApplicationCall.respondFile(baseDir: File, fileName: String, configure: OutgoingContent.() -> Unit = {})
Responds to a client with a contents of a file with the name fileName in the baseDir folder
Responds to a client with a contents of a file