Бежан Александр
suspend fun PipelineContext<Unit, ApplicationCall>.successOrPending() { } post("success") { successOrPending() } post("pending") { successOrPending() }