toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
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
:
Any
?
,
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