Lines Matching full:url
97 std::string Url = "http://localhost:" + utostr(Port); in TEST_F() local
98 HTTPRequest Request(Url); in TEST_F()
121 std::string Url = "http://localhost:" + utostr(Port); in TEST_F() local
122 HTTPRequest Request(Url); in TEST_F()
140 std::string Url = "http://localhost:" + utostr(Port); in TEST_F() local
141 HTTPRequest Request(Url); in TEST_F()
172 std::string Url = "http://localhost:" + utostr(Port); in TEST_F() local
173 HTTPRequest Request(Url); in TEST_F()
208 std::string Url = "http://localhost:" + utostr(Port); in TEST_F() local
209 HTTPRequest Request(Url); in TEST_F()
225 std::string Url = "http://localhost:" + utostr(Port); in TEST_F() local
229 HTTPRequest Request(Url); in TEST_F()
235 // Check that Url paths are dispatched to the first matching handler and provide
262 std::string Url = "http://localhost:" + utostr(Port) + "/abc/1/2"; in TEST_F() local
263 HTTPRequest Request(Url); in TEST_F()
294 std::string Url = "http://localhost:" + utostr(Port) + "/abc/1/2"; in TEST_F() local
295 HTTPRequest Request(Url); in TEST_F()