(t2) {
    respond 200 {
        body {args[:]}
    }
}

:8082 {
    import t2 false
}