ktor-utils
Toggle table of contents
3.3.0
common
Platform filter
common
Switch theme
Search in API
ktor-utils
ktor-utils
/
io.ktor.util.collections
/
StringMap
String
Map
interface
StringMap
(
source
)
Inheritors
StringMapDelegate
Members
Functions
get
Link copied to clipboard
abstract
operator
fun
get
(
key
:
String
)
:
String
?
remove
Link copied to clipboard
abstract
fun
remove
(
key
:
String
)
:
String
?
set
Link copied to clipboard
abstract
operator
fun
set
(
key
:
String
,
value
:
String
)