Lines Matching +full:localhost +full:- +full:test
5 #[test]
27 #[test]
59 "/some/path/here?and=then&hello#and-bye",
109 "localhost",
110 ["LOCALHOST", "LocaLHOSt"],
113 authority = part!("localhost"),
117 host = Some("localhost"),
135 "localhost:3000",
136 ["localhosT:3000"],
139 authority = part!("localhost:3000"),
142 host = Some("localhost"),
235 "thequickbrownfoxjumpedoverthelazydogtofindthelargedangerousdragon.localhost",
239 … authority = part!("thequickbrownfoxjumpedoverthelazydogtofindthelargedangerousdragon.localhost"),
247 "thequickbrownfoxjumpedoverthelazydogtofindthelargedangerousdragon.localhost:1234",
251 …authority = part!("thequickbrownfoxjumpedoverthelazydogtofindthelargedangerousdragon.localhost:123…
298 "user@localhost:3000",
302 authority = part!("user@localhost:3000"),
305 host = Some("localhost"),
311 "user:pass@localhost:3000",
315 authority = part!("user:pass@localhost:3000"),
318 host = Some("localhost"),
389 "/echo/abcdefgh_i-j%20/abcdefg_i-j%20478",
395 path = "/echo/abcdefgh_i-j%20/abcdefg_i-j%20478",
416 #[test]
427 err("localhost/"); in test_uri_parse_error()
428 err("localhost?key=val"); in test_uri_parse_error()
432 err("localhost:8080:3030"); in test_uri_parse_error()
443 #[test]
446 uri.extend(b"http://localhost/"); in test_max_uri_len()
455 #[test]
459 uri.extend(b"://localhost/"); in test_overflowing_scheme()
467 #[test]
471 uri.extend(b"://localhost/"); in test_max_length_scheme()
479 #[test]
500 #[test]
513 #[test]