header

fun ApplicationResponse.header(name: String, value: String)

Append HTTP response header with string value


fun ApplicationResponse.header(name: String, value: Int)

Append HTTP response header with integer numeric value


fun ApplicationResponse.header(name: String, value: Long)

Append HTTP response header with long integer numeric value


fun ApplicationResponse.header(name: String, date: Temporal)

Append HTTP response header with temporal date (date, time and so on)