class LocalFileContent : ReadChannelContent
OutgoingContent representing a local file with a specified contentType, expires date and caching |
fun LocalFileContent(baseDir: File, relativePath: String, contentType: ContentType = ContentType.defaultForFilePath(relativePath)): LocalFileContent
Creates an instance of LocalFileContent for a file designated by relativePath in a baseDir |