Dan T
02/13/2018, 11:40 PMcy
02/14/2018, 7:38 AMcy
02/14/2018, 7:38 AMinstall(Routing) {
get("/") { ... }
}
intercept(ApplicationCallPipeline.Infrastructure) {
call.response.pipeline.intercept(ApplicationSendPipeline.After) { response ->
// work with response object
}
}
Dan T
02/14/2018, 1:57 PM