a3a9e616832bebd04a18c81bbe54d1b4c66e1052
[catagits/Catalyst-Runtime.git] / t / optional / stress.yml
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 component/controller/action/begin:
10   - http://localhost/action/begin
11 component/controller/action/default:
12   - http://localhost/action/default
13   - http://localhost/foo/bar/action
14   - http://localhost/action/default/arg1/arg2
15 component/controller/action/detach:
16   - http://localhost/action/detach/one
17   - http://localhost/action/detach/path
18   - http://localhost/action/detach/with_args/old
19   - http://localhost/action/detach/with_method_and_args/old
20 component/controller/action/end:
21   - http://localhost/action/end
22 component/controller/action/forward:
23   - http://localhost/action/forward/global
24   - http://localhost/action/forward/one
25   - http://localhost/action/forward/jojo
26   - http://localhost/action/forward/with_args/old
27   - http://localhost/action/forward/with_method_and_args/old
28   - http://localhost/action/forward/args_embed_relative
29   - http://localhost/action/forward/args_embed_absolute
30 component/controller/action/global:
31   - http://localhost/action_global_one
32   - http://localhost/action_global_two
33   - http://localhost/action_global_three
34 component/controller/action/index:
35   - http://localhost/
36   - http://localhost
37   - http://localhost/index/
38   - http://localhost/index
39   - http://localhost/action/index/
40   - http://localhost/action/index
41   - http://localhost/action/index/foo
42 component/controller/action/inheritance:
43   - http://localhost/action/inheritance
44   - http://localhost/action/inheritance/a
45   - http://localhost/action/inheritance/a/b
46 component/controller/action/local:
47   - http://localhost/action/local/one
48   - http://localhost/action/local/two
49   - http://localhost/action/local/three
50   - http://localhost/action/local/four/five/six
51 component/controller/action/multipath:
52   - http://localhost/action/multipath/multipath
53   - http://localhost/multipath
54   - http://localhost/multipath1
55   - http://localhost/action/multipath/multipath2
56 component/controller/action/path:
57   - http://localhost/action/path/a
58   - path
59   - with
60   - spaces
61   - http://localhost/action/path/åäö
62 component/controller/action/private:
63   - http://localhost/action/private/one
64   - http://localhost/action/private/two
65   - http://localhost/three
66   - http://localhost/action/private/four
67   - http://localhost/action/private/five
68 component/controller/action/regexp:
69   - http://localhost/action/regexp/10/hello
70   - http://localhost/action/regexp/hello/10
71 component/controller/action/streaming:
72   - http://localhost/streaming
73   - http://localhost/action/streaming/body
74 engine/request/body: []
75 engine/request/cookies: []
76 engine/request/headers: []
77 engine/request/parameters: []
78 engine/request/uploads: []
79 engine/request/uri:
80   - http://localhost/engine/request/uri/change_path
81   - http://localhost/engine/request/uri/change_base
82   - http://localhost/engine/request/uri
83   - http://localhost/engine/request/uri?a=1;a=2;b=3
84   - http://localhost/engine/request/uri?text=Catalyst%20Rocks
85 engine/response/cookies:
86   - http://localhost/engine/response/cookies/one
87   - http://localhost/engine/response/cookies/two
88 engine/response/errors:
89   - http://localhost/engine/response/errors/one
90   - http://localhost/engine/response/errors/two
91   - http://localhost/engine/response/errors/three
92 engine/response/headers:
93   - http://localhost/engine/response/headers/one
94 engine/response/large:
95   - http://localhost/engine/response/large/
96 engine/response/redirect:
97   - http://localhost/engine/response/redirect/one
98   - http://localhost/engine/response/redirect/two
99   - http://localhost/engine/response/redirect/three
100   - http://localhost/engine/response/redirect/four
101 engine/response/status:
102   - http://localhost/engine/response/status/s200
103   - http://localhost/engine/response/status/s400
104   - http://localhost/engine/response/status/s403
105   - http://localhost/engine/response/status/s404
106   - http://localhost/engine/response/status/s500