drop Catalyst::Action::REST from test
[catagits/Catalyst-Runtime.git] / t / optional_stress.json
1 {
2    "component/controller/action/auto" : [
3       "http://localhost/action/auto/one",
4       "http://localhost/action/auto/anything",
5       "http://localhost/action/auto/deep/one",
6       "http://localhost/action/auto/deep/anything",
7       "http://localhost/action/auto/abort/one",
8       "http://localhost/action/auto/abort/anything"
9    ],
10    "component/controller/action/begin" : [
11       "http://localhost/action/begin"
12    ],
13    "component/controller/action/default" : [
14       "http://localhost/action/default",
15       "http://localhost/foo/bar/action",
16       "http://localhost/action/default/arg1/arg2"
17    ],
18    "component/controller/action/detach" : [
19       "http://localhost/action/detach/one",
20       "http://localhost/action/detach/path",
21       "http://localhost/action/detach/with_args/old",
22       "http://localhost/action/detach/with_method_and_args/old"
23    ],
24    "component/controller/action/end" : [
25       "http://localhost/action/end"
26    ],
27    "component/controller/action/forward" : [
28       "http://localhost/action/forward/global",
29       "http://localhost/action/forward/one",
30       "http://localhost/action/forward/jojo",
31       "http://localhost/action/forward/with_args/old",
32       "http://localhost/action/forward/with_method_and_args/old",
33       "http://localhost/action/forward/args_embed_relative",
34       "http://localhost/action/forward/args_embed_absolute"
35    ],
36    "component/controller/action/global" : [
37       "http://localhost/action_global_one",
38       "http://localhost/action_global_two",
39       "http://localhost/action_global_three"
40    ],
41    "component/controller/action/index" : [
42       "http://localhost/",
43       "http://localhost",
44       "http://localhost/index/",
45       "http://localhost/index",
46       "http://localhost/action/index/",
47       "http://localhost/action/index",
48       "http://localhost/action/index/foo"
49    ],
50    "component/controller/action/inheritance" : [
51       "http://localhost/action/inheritance",
52       "http://localhost/action/inheritance/a",
53       "http://localhost/action/inheritance/a/b"
54    ],
55    "component/controller/action/local" : [
56       "http://localhost/action/local/one",
57       "http://localhost/action/local/two",
58       "http://localhost/action/local/three",
59       "http://localhost/action/local/four/five/six"
60    ],
61    "component/controller/action/multipath" : [
62       "http://localhost/action/multipath/multipath",
63       "http://localhost/multipath",
64       "http://localhost/multipath1",
65       "http://localhost/action/multipath/multipath2"
66    ],
67    "component/controller/action/path" : [
68       "http://localhost/action/path/a path with spaces",
69       "http://localhost/action/path/åäö"
70    ],
71    "component/controller/action/private" : [
72       "http://localhost/action/private/one",
73       "http://localhost/action/private/two",
74       "http://localhost/three",
75       "http://localhost/action/private/four",
76       "http://localhost/action/private/five"
77    ],
78    "component/controller/action/regexp" : [
79       "http://localhost/action/regexp/10/hello",
80       "http://localhost/action/regexp/hello/10"
81    ],
82    "component/controller/action/streaming" : [
83       "http://localhost/streaming",
84       "http://localhost/action/streaming/body"
85    ],
86    "engine/request/body" : [],
87    "engine/request/cookies" : [],
88    "engine/request/headers" : [],
89    "engine/request/parameters" : [],
90    "engine/request/uploads" : [],
91    "engine/request/uri" : [
92       "http://localhost/engine/request/uri/change_path",
93       "http://localhost/engine/request/uri/change_base",
94       "http://localhost/engine/request/uri",
95       "http://localhost/engine/request/uri?a=1;a=2;b=3",
96       "http://localhost/engine/request/uri?text=Catalyst%20Rocks"
97    ],
98    "engine/response/cookies" : [
99       "http://localhost/engine/response/cookies/one",
100       "http://localhost/engine/response/cookies/two"
101    ],
102    "engine/response/errors" : [
103       "http://localhost/engine/response/errors/one",
104       "http://localhost/engine/response/errors/two",
105       "http://localhost/engine/response/errors/three"
106    ],
107    "engine/response/headers" : [
108       "http://localhost/engine/response/headers/one"
109    ],
110    "engine/response/large" : [
111       "http://localhost/engine/response/large/"
112    ],
113    "engine/response/redirect" : [
114       "http://localhost/engine/response/redirect/one",
115       "http://localhost/engine/response/redirect/two",
116       "http://localhost/engine/response/redirect/three",
117       "http://localhost/engine/response/redirect/four"
118    ],
119    "engine/response/status" : [
120       "http://localhost/engine/response/status/s200",
121       "http://localhost/engine/response/status/s400",
122       "http://localhost/engine/response/status/s403",
123       "http://localhost/engine/response/status/s404",
124       "http://localhost/engine/response/status/s500"
125    ]
126 }