Kotlin Wrappers API Reference
Toggle table of contents
common
Target filter
common
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
?
)