RoutingApplicationResponse
class RoutingApplicationResponse : ApplicationResponse
Represents an application response being handled by Routing
Constructors
RoutingApplicationResponse( Represents an application response being handled by Routing |
Properties
val call: RoutingApplicationCall ApplicationCall instance this ApplicationResponse is attached to |
|
val pipeline: ApplicationSendPipeline Pipeline for sending content |
Extension Functions
fun ApplicationResponse.cacheControl( Append response |
|
fun ApplicationResponse.contentRange( fun ApplicationResponse.contentRange( Append response |
|
fun ApplicationResponse.etag(value: String): Unit Append response |
|
fun ApplicationResponse.expires(value: LocalDateTime): Unit Append response |
|
fun ApplicationResponse.header( Append HTTP response header with string value fun ApplicationResponse.header( Append HTTP response header with integer numeric value fun ApplicationResponse.header( Append HTTP response header with long integer numeric value fun ApplicationResponse.header( Append HTTP response header with temporal date (date, time and so on) |
|
fun ApplicationResponse.lastModified( Append response |
|
fun ApplicationResponse.link(header: LinkHeader): Unit Append fun ApplicationResponse.link( Append |