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

:8081 {
    import t1 false
}