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
Parameters
file
specifies the File to be served to a client