kaccelero
Toggle table of contents
0.6.1
common
Platform filter
common
Switch theme
Search in API
kaccelero
routers-ktor
/
dev.kaccelero.commons.responses
/
RedirectResponse
Redirect
Response
data
class
RedirectResponse
(
val
url
:
String
,
val
permanent
:
Boolean
=
false
)
:
ControllerResponse
Members
Constructors
Redirect
Response
Link copied to clipboard
constructor
(
url
:
String
,
permanent
:
Boolean
=
false
)
Properties
permanent
Link copied to clipboard
val
permanent
:
Boolean
=
false
url
Link copied to clipboard
val
url
:
String
Functions
respond
Link copied to clipboard
open
suspend override
fun
respond
(
call
:
<Error class: unknown class>
)
:
<Error class: unknown class>