1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/tests/ulib/ok/url.ok
stefanocasazza 1b6ce8e697 fix
2017-08-08 18:38:15 +02:00

25 lines
2.0 KiB
Plaintext

"http://www.cs.wustl.edu/" "http" "" "www.cs.wustl.edu" "" "/" "" ""
"http://www.cs.wustl.edu/index.html" "http" "" "www.cs.wustl.edu" "" "/index.html" "" ""
"http://www.cs.wustl.edu/form?var=foo" "http" "" "www.cs.wustl.edu" "" "/form" "var=foo" ""
"http://www.notexist.com:8080/index.html" "http" "" "www.notexist.com" "8080" "/index.html" "" ""
"http://www.notexist.com:80/index.html" "http" "" "www.notexist.com" "80" "/index.html" "" ""
"http://www.notexist.com:80?var=foo" "http" "" "www.notexist.com" "80" "/" "var=foo" ""
"ftp://foo" "ftp" "" "foo" "" "/" "" ""
"http://www/?kkk//" "http" "" "www" "" "/" "kkk//" ""
"ftp://www.cs.wustl.edu/" "ftp" "" "www.cs.wustl.edu" "" "/" "" ""
"ftp://user@www.cs.wustl.edu/" "ftp" "user" "www.cs.wustl.edu" "" "/" "" ""
"ftp://user:pass@www.cs.wustl.edu/" "ftp" "user:pass" "www.cs.wustl.edu" "" "/" "" ""
"ftp://user:pass@www.cs.wustl.edu/path" "ftp" "user:pass" "www.cs.wustl.edu" "" "/path" "" ""
"ftp://www.cs.wustl.edu" "ftp" "" "www.cs.wustl.edu" "" "/" "" ""
"http://www.cs.wustl.edu/index.html" "http" "" "www.cs.wustl.edu" "" "/index.html" "" ""
"mailto:ace-users@cs.wustl.edu" "" "" "" "" "/" "" ""
"mailto:majordomo@cs.wustl.edu?Subject: subscribe ace-users" "" "" "" "" "/" "" ""
"mailto:nobody" "" "" "" "" "/" "" ""
"http://www.cs.wustl.edu" "http" "" "www.cs.wustl.edu" "" "/" "" ""
"file:/etc/passwd" "" "" "" "" "/" "" ""
"http://www.cs.wustl.edu/form?var=foo&url=http%3a//www/%3fkkk//" "http" "" "www.cs.wustl.edu" "" "/form" "var=foo&url=http://www/?kkk//" ""
"http://a:b@host.com:8080/p/a/t/h?query=string#hash" "http" "a:b" "host.com" "8080" "/p/a/t/h" "query=string" "hash"
"https://tools.ietf.org/id/draft-snell-link-method-01.html#rfc.section.5" "https" "" "tools.ietf.org" "" "/id/draft-snell-link-method-01.html" "" "rfc.section.5"
"http://pippo@www.unirel.com:808/usr/src?var1=foo&var2=bar" "http" "pippo" "www.unirel.com" "808" "/usr/src" "var1=foo&var2=bar"
"/info?var1=foo&var2=bar&ip=10.30.1.130&ap=ap@palazzoVecchio&ip=10.30.1.131&ap=ap@palazzoNuovo"