ktor-http
Toggle table of contents
3.2.3
jvm
Platform filter
jvm
Switch theme
Search in API
ktor-http
ktor-http
/
io.ktor.http.content
/
URIFileContent
/
URIFileContent
URIFile
Content
jvm
constructor
(
url
:
URL
,
contentType
:
<Error class: unknown class>
=
ContentType.defaultForFilePath(url.path)
)
(
source
)
constructor
(
uri
:
URI
,
contentType
:
<Error class: unknown class>
=
ContentType.defaultForFilePath(uri.path)
,
contentLength
:
Long
?
=
null
)
(
source
)