send

fun send(status: HttpStatus = response.status, body: Any = response.body, headers: Headers = response.headers, contentType: ContentType? = response.contentType, cookies: List<Cookie> = response.cookies, attributes: Map<*, *> = this.attributes): HttpContext
fun send(response: HttpResponsePort, attributes: Map<*, *> = this.attributes): HttpContext
fun send(request: HttpRequestPort, attributes: Map<*, *> = this.attributes): HttpContext