Lines Matching defs:http
12 'http://example.com?': {
13 href: 'http://example.com/?',
14 protocol: 'http:',
22 'http://example.com?foo=bar#frag': {
23 href: 'http://example.com/?foo=bar#frag',
24 protocol: 'http:',
32 'http://example.com?foo=@bar#frag': {
33 href: 'http://example.com/?foo=@bar#frag',
34 protocol: 'http:',
42 'http://example.com?foo=/bar/#frag': {
43 href: 'http://example.com/?foo=/bar/#frag',
44 protocol: 'http:',
52 'http://example.com?foo=?bar/#frag': {
53 href: 'http://example.com/?foo=?bar/#frag',
54 protocol: 'http:',
62 'http://example.com#frag=?bar/#frag': {
63 href: 'http://example.com/#frag=?bar/#frag',
64 protocol: 'http:',
70 'http://google.com" onload="alert(42)/': {
71 href: 'http://google.com/%22%20onload=%22alert(42)/',
72 protocol: 'http:',
76 'http://a.com/a/b/c?s#h': {
77 href: 'http://a.com/a/b/c?s#h',
78 protocol: 'http',
91 'http://atpass:foo%40bar@127.0.0.1/': {
92 href: 'http://atpass:foo%40bar@127.0.0.1/',
95 protocol: 'http:',
98 'http://atslash%2F%40:%2F%40@foo/': {
99 href: 'http://atslash%2F%40:%2F%40@foo/',
102 protocol: 'http:',
154 'http://[::]/': {
155 href: 'http://[::]/',
156 protocol: 'http:',
196 'http://ex.com/foo%3F100%m%23r?abc=the%231?&foo=bar#frag': {
197 href: 'http://ex.com/foo%3F100%m%23r?abc=the%231?&foo=bar#frag',
198 protocol: 'http:',
206 'http://ex.com/fooA100%mBr?abc=the%231?&foo=bar#frag': {
207 href: 'http://ex.com/fooA100%mBr?abc=the%231?&foo=bar#frag',
208 protocol: 'http:',
216 'http://example.com/?foo=bar%231%232%233&abc=%234%23%235#frag': {
217 href: 'http://example.com/?foo=bar%231%232%233&abc=%234%23%235#frag',
218 protocol: 'http:',
229 [`http://${'a'.repeat(255)}.com/node`]: {
230 href: 'http:///node',
231 protocol: 'http:',
240 [`http://www.${'z'.repeat(63)}example.com/node`]: {
241 href: `http://www.${'z'.repeat(63)}example.com/node`,
242 protocol: 'http:',
259 'http://%F0%9F%98%80@www.example.com/': {
260 href: 'http://%F0%9F%98%80@www.example.com/',
261 protocol: 'http:',