LocalFileContent
class LocalFileContent(val file: File, val contentType: ContentType = ContentType.defaultForFile(file)) : OutgoingContent.ReadChannelContent
OutgoingContent representing a local file with a specified contentType, expires date and caching