Home | History | Annotate | Download | only in url

Lines Matching refs:COM

29 		"http://www.google.com",
32 Host: "www.google.com",
38 "http://www.google.com/",
41 Host: "www.google.com",
48 "http://www.google.com/file%20one%26two",
51 Host: "www.google.com",
59 "ftp://webmaster@www.google.com/",
63 Host: "www.google.com",
70 "ftp://john%20doe@www.google.com/",
74 Host: "www.google.com",
77 "ftp://john%20doe@www.google.com/",
81 "http://www.google.com/?",
84 Host: "www.google.com",
92 "http://www.google.com/?foo=bar?",
95 Host: "www.google.com",
103 "http://www.google.com/?q=go+language",
106 Host: "www.google.com",
114 "http://www.google.com/?q=go%20language",
117 Host: "www.google.com",
125 "http://www.google.com/a%20b?q=c+d",
128 Host: "www.google.com",
136 "http:www.google.com/?q=go+language",
139 Opaque: "www.google.com/",
142 "http:www.google.com/?q=go+language",
146 "http:%2f%2fwww.google.com/?q=go+language",
149 Opaque: "%2f%2fwww.google.com/",
152 "http:%2f%2fwww.google.com/?q=go+language",
213 "http://user:password@google.com",
217 Host: "google.com",
219 "http://user:password@google.com",
223 "http://j@ne:password@google.com",
227 Host: "google.com",
229 "http://j%40ne:password@google.com",
233 "http://jane:p@ssword@google.com",
237 Host: "google.com",
239 "http://jane:p%40ssword@google.com",
242 "http://j@ne:password@google.com/p@th?q=@go",
246 Host: "google.com",
250 "http://j%40ne:password@google.com/p@th?q=@go",
253 "http://www.google.com/?q=go+language#foo",
256 Host: "www.google.com",
264 "http://www.google.com/?q=go+language#foo%26bar",
267 Host: "www.google.com",
272 "http://www.google.com/?q=go+language#foo&bar",
313 "http://%3Fam:pa%3Fsword@google.com",
317 Host: "google.com",
446 "http://example.com/oid/[order_id]",
449 Host: "example.com",
514 "http://hello.??.com/foo",
517 Host: "hello.??.com",
520 "http://hello.%E4%B8%96%E7%95%8C.com/foo",
523 "http://hello.%e4%b8%96%e7%95%8c.com/foo",
526 Host: "hello.??.com",
529 "http://hello.%E4%B8%96%E7%95%8C.com/foo",
532 "http://hello.%E4%B8%96%E7%95%8C.com/foo",
535 Host: "hello.??.com",
542 "http://example.com//foo",
545 Host: "example.com",
629 {"http://foo.com", true},
630 {"http://foo.com/", true},
631 {"http://foo.com/path", true},
634 {"//not.a.user@%66%6f%6f.com/just/a/path/also", true},
691 Host: "www.google.com",
694 want: "http://www.google.com/search",
714 Host: "www.google.com",
717 want: "http://www.google.com/this:that",
1002 {"http://foo.com?a=b", "https://bar.com/", "https://bar.com/"},
1003 {"http://foo.com/", "https://bar.com/?a=b", "https://bar.com/?a=b"},
1004 {"http://foo.com/", "https://bar.com/?", "https://bar.com/?"},
1005 {"http://foo.com/bar", "mailto:foo@example.com", "mailto:foo@example.com"},
1008 {"http://foo.com/bar", "/baz", "http://foo.com/baz"},
1009 {"http://foo.com/bar?a=b#f", "/baz", "http://foo.com/baz"},
1010 {"http://foo.com/bar?a=b", "/baz?", "http://foo.com/baz?"},
1011 {"http://foo.com/bar?a=b", "/baz?c=d", "http://foo.com/baz?c=d"},
1014 {"https://foo.com/bar?a=b", "//bar.com/quux", "https://bar.com/quux"},
1019 {"http://foo.com", ".", "http://foo.com/"},
1020 {"http://foo.com/bar", ".", "http://foo.com/"},
1021 {"http://foo.com/bar/", ".", "http://foo.com/bar/"},
1024 {"http://foo.com", "bar", "http://foo.com/bar"},
1025 {"http://foo.com/", "bar", "http://foo.com/bar"},
1026 {"http://foo.com/bar/baz", "quux", "http://foo.com/bar/quux"},
1029 {"http://foo.com/bar/baz", "../quux", "http://foo.com/quux"},
1030 {"http://foo.com/bar/baz", "../../../../../quux", "http://foo.com/quux"},
1031 {"http://foo.com/bar", "..", "http://foo.com/"},
1032 {"http://foo.com/bar/baz", "./..", "http://foo.com/"},
1034 {"http://foo.com/bar/baz", "quux/dotdot/../tail", "http://foo.com/bar/quux/tail"},
1035 {"http://foo.com/bar/baz", "quux/./dotdot/../tail", "http://foo.com/bar/quux/tail"},
1036 {"http://foo.com/bar/baz", "quux/./dotdot/.././tail", "http://foo.com/bar/quux/tail"},
1037 {"http://foo.com/bar/baz", "quux/./dotdot/./../tail", "http://foo.com/bar/quux/tail"},
1038 {"http://foo.com/bar/baz", "quux/./dotdot/dotdot/././../../tail", "http://foo.com/bar/quux/tail"},
1039 {"http://foo.com/bar/baz", "quux/./dotdot/dotdot/./.././../tail", "http://foo.com/bar/quux/tail"},
1040 {"http://foo.com/bar/baz", "quux/./dotdot/dotdot/dotdot/./../../.././././tail", "http://foo.com/bar/quux/tail"},
1041 {"http://foo.com/bar/baz", "quux/./dotdot/../dotdot/../dot/./tail/..", "http://foo.com/bar/quux/dot/"},
1045 {"http://foo.com/dot/./dotdot/../foo/bar", "../baz", "http://foo.com/dot/baz"},
1048 {"http://foo.com/bar", "...", "http://foo.com/..."},
1051 {"http://foo.com/bar", ".#frag", "http://foo.com/#frag"},
1054 {"http://foo.com/foo%2fbar/", "../baz", "http://foo.com/baz"},
1055 {"http://foo.com/1/2%2f/3%2f4/5", "../../a/b/c", "http://foo.com/1/a/b/c"},
1056 {"http://foo.com/1/2/3", "./a%2f../../b/..%2fc", "http://foo.com/1/2/b/..%2fc"},
1057 {"http://foo.com/1/2%2f/3%2f4/5", "./a%2f../b/../c", "http://foo.com/1/2%2f/3%2f4/a%2f../c"},
1058 {"http://foo.com/foo%20bar/", "../baz", "http://foo.com/baz"},
1059 {"http://foo.com/foo", "../bar%2fbaz", "http://foo.com/bar%2fbaz"},
1060 {"http://foo.com/foo%2dbar/", "./baz-quux", "http://foo.com/foo%2dbar/baz-quux"},
1166 u, _ := Parse("http://x.com?foo=bar&bar=1&bar=2")
1256 Host: "example.com",
1264 Host: "example.com",
1273 Host: "example.com",
1282 Host: "example.com",
1283 Opaque: "//other.example.com/%2F/%2F/",
1285 "http://other.example.com/%2F/%2F/",
1291 Host: "example.com",
1300 Host: "example.com",
1309 Host: "example.com",
1318 Host: "example.com",
1328 Host: "example.com",
1353 Host: "example.com",
1361 Host: "example.com",
1410 {"http://a b.com/", true}, // no space in host name please
1537 err: &Error{"Get", "http://google.com/", &timeoutError{timeout: true}},
1541 err: &Error{"Get", "http://google.com/", &timeoutError{timeout: false}},
1545 err: &Error{"Get", "http://google.com/", &temporaryError{temporary: true}},
1549 err: &Error{"Get", "http://google.com/", &temporaryError{temporary: false}},
1553 err: &Error{"Get", "http://google.com/", &timeoutTemporaryError{timeoutError{timeout: true}, temporaryError{temporary: true}}},
1557 err: &Error{"Get", "http://google.com/", &timeoutTemporaryError{timeoutError{timeout: false}, temporaryError{temporary: true}}},
1561 err: &Error{"Get", "http://google.com/", &timeoutTemporaryError{timeoutError{timeout: true}, temporaryError{temporary: false}}},
1565 err: &Error{"Get", "http://google.com/", &timeoutTemporaryError{timeoutError{timeout: false}, temporaryError{temporary: false}}},
1569 err: &Error{"Get", "http://google.com/", io.EOF},
1597 {"foo.com:80", "foo.com"},
1598 {"foo.com", "foo.com"},
1599 {"FOO.COM", "FOO.COM"}, // no canonicalization (yet?)
1620 {"foo.com", ""},
1621 {"foo.com:80", "80"},
1640 u, err := Parse("https://www.google.com/x?y=z")
1667 u, err := Parse("https://www.google.com/x?y=z")