ktor-http
Toggle table of contents
3.3.1
common
Platform filter
common
Switch theme
Search in API
ktor-http
ktor-http
/
io.ktor.http
/
ContentType
/
withParameter
with
Parameter
fun
withParameter
(
name
:
String
,
value
:
String
)
:
ContentType
(
source
)
Creates a copy of
this
type with the added parameter with the
name
and
value
.
Report a problem