Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-web
/
web.http
/
Response
/
Companion
Companion
object
Companion
(
source
)
Members
Functions
error
Link copied to clipboard
fun
error
(
)
:
Response
MDN Reference
json
Link copied to clipboard
fun
json
(
data
:
JsAny
?
,
init
:
ResponseInit
=
definedExternally
)
:
Response
MDN Reference
redirect
Link copied to clipboard
fun
redirect
(
url
:
String
,
status
:
Short
=
definedExternally
)
:
Response
MDN Reference
fun
redirect
(
url
:
URL
,
status
:
Short
=
definedExternally
)
:
Response