toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-node
/
node.http
/
HttpStatusCodes
Http
Status
Codes
sealed
external
interface
HttpStatusCodes
(
source
)
Members
Functions
get
Link copied to clipboard
abstract
operator
fun
get
(
key
:
Number
)
:
String
?
abstract
operator
fun
get
(
key
:
String
)
:
String
?
set
Link copied to clipboard
abstract
operator
fun
set
(
key
:
Number
,
value
:
String
?
)
abstract
operator
fun
set
(
key
:
String
,
value
:
String
?
)