github.com/goplus/yap@v0.8.1/ytest/demo/foo/bar_ytest.gox (about) 1 testServer "foo.com", new(AppV2) 2 3 id := "123" 4 get "http://foo.com/p/${id}" 5 ret 6 match resp.code, 200 7 json { 8 "id": id, 9 }