URIFileContent
class URIFileContent(val uri: URI, val contentType: <Error class: unknown class> = ContentType.defaultForFilePath(uri.path), val contentLength: Long? = null)
Represents a content that is served from the specified uri
Represents a content that is served from the specified uri