Ktor
Toggle table of contents
3.1.3
Select version
3.1.3
3.0.3
2.3.12
2.2.4
2.0.3
1.6.8
jvm
Platform filter
jvm
Switch theme
Search in API
Ktor
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
)