Arrow
Toggle table of contents
2.2.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Arrow
arrow-raise-ktor-server
/
arrow.raise.ktor.server.response
/
raise
raise
context
(
r
:
Raise
<
Response
>
)
inline
fun
raise
(
outgoingContent
:
OutgoingContent
)
:
Nothing
context
(
r
:
Raise
<
Response
>
)
inline
fun
raise
(
statusCode
:
HttpStatusCode
)
:
Nothing
context
(
r
:
Raise
<
Response
>
)
inline
fun
<
T
>
raise
(
statusCode
:
HttpStatusCode
,
content
:
T
)
:
Nothing