hexagon
Toggle table of contents
4.0.1
jvm
Platform filter
jvm
Switch theme
Search in API
hexagon
http_handlers
/
com.hexagontk.http.handlers
/
HttpContext
/
redirect
redirect
fun
redirect
(
status
:
Int
,
location
:
String
,
headers
:
Headers
=
response.headers
,
cookies
:
List
<
Cookie
>
=
response.cookies
,
attributes
:
Map
<
*
,
*
>
=
this.attributes
)
:
HttpContext