respond
abstract suspend fun respond(response: MutableHttpResponse<ResponseBody>): MutableHttpResponse<ResponseBody>
Respond to the request with the provided response.
Return
Response, after registration with the object.
Parameters
response
Response to provide.