1 Tests name() and path() methods of NetworkRequest.
4 Dumping request name and path for url: http://www.example.com/foo/bar/baz?key=value
6 path = www.example.com/foo/bar
7 Dumping request name and path for url: http://www.example.com/foo/bar/?key=value
9 path = www.example.com/foo/bar
10 Dumping request name and path for url: http://www.example.com/foo/bar/baz
12 path = www.example.com/foo/bar
13 Dumping request name and path for url: http://www.example.com/foo/bar/
15 path = www.example.com/foo
16 Dumping request name and path for url: http://www.example.com/baz?key=value
18 path = www.example.com
19 Dumping request name and path for url: http://www.example.com/?key=value
21 path = www.example.com
22 Dumping request name and path for url: http://www.example.com/baz
24 path = www.example.com
25 Dumping request name and path for url: http://www.example.com/
26 name = www.example.com
28 Dumping request name and path for url: http://127.0.0.1/foo/bar/baz?key=value
31 Dumping request name and path for url: http://127.0.0.1/foo/bar/?key=value
34 Dumping request name and path for url: http://127.0.0.1/foo/bar/baz
37 Dumping request name and path for url: http://127.0.0.1/foo/bar/
40 Dumping request name and path for url: http://127.0.0.1/baz?key=value
43 Dumping request name and path for url: http://127.0.0.1/?key=value
46 Dumping request name and path for url: http://127.0.0.1/baz
49 Dumping request name and path for url: http://127.0.0.1/