Moved some PAR stuff
[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 path with spaces
58   - http://localhost/action/path/åäö
59 component/controller/action/private:
60   - http://localhost/action/private/one
61   - http://localhost/action/private/two
62   - http://localhost/three
63   - http://localhost/action/private/four
64   - http://localhost/action/private/five
65 component/controller/action/regexp:
66   - http://localhost/action/regexp/10/hello
67   - http://localhost/action/regexp/hello/10
68 component/controller/action/streaming:
69   - http://localhost/streaming
70   - http://localhost/action/streaming/body
71 engine/request/body: []
72 engine/request/cookies: []
73 engine/request/headers: []
74 engine/request/parameters: []
75 engine/request/uploads: []
76 engine/request/uri:
77   - http://localhost/engine/request/uri/change_path
78   - http://localhost/engine/request/uri/change_base
79   - http://localhost/engine/request/uri
80   - http://localhost/engine/request/uri?a=1;a=2;b=3
81   - http://localhost/engine/request/uri?text=Catalyst%20Rocks
82 engine/response/cookies:
83   - http://localhost/engine/response/cookies/one
84   - http://localhost/engine/response/cookies/two
85 engine/response/errors:
86   - http://localhost/engine/response/errors/one
87   - http://localhost/engine/response/errors/two
88   - http://localhost/engine/response/errors/three
89 engine/response/headers:
90   - http://localhost/engine/response/headers/one
91 engine/response/large:
92   - http://localhost/engine/response/large/
93 engine/response/redirect:
94   - http://localhost/engine/response/redirect/one
95   - http://localhost/engine/response/redirect/two
96   - http://localhost/engine/response/redirect/three
97   - http://localhost/engine/response/redirect/four
98 engine/response/status:
99   - http://localhost/engine/response/status/s200
100   - http://localhost/engine/response/status/s400
101   - http://localhost/engine/response/status/s403
102   - http://localhost/engine/response/status/s404
103   - http://localhost/engine/response/status/s500