LocalFileContent
class LocalFileContent(path: Path, val contentType: ContentType = ContentType.defaultForFile(path)) : OutgoingContent.WriteChannelContent(source)
OutgoingContent implementation for serving local files.
OutgoingContent implementation for serving local files.