fixed Response
Parameters
value
Information for creating an action that returns a custom HTTP response. Required if type
is fixed-response
.
suspend fun fixedResponse(argument: suspend ListenerDefaultActionFixedResponseArgsBuilder.() -> Unit)
Parameters
argument
Information for creating an action that returns a custom HTTP response. Required if type
is fixed-response
.