Metalink
HTTP
HTTP GET
#
# Server-side
HTTP/1.1 200 OK
Date: Wed, 20 Jun 2012 14:49:00 GMT
Server: test-server/fake
Content-Length: 46
Connection: close
Content-Type: text/html
Content-Disposition: filename=name2012; charset=funny; option=strange
Funny-head: yesyes
Some contents delivered from an HTTP resource
#
# Client-side
http
file
Metalink
Metalink local XML file, HTTP resource, without hash
--metalink file://%PWD/log/test2012.metalink
# local metalink file written before test command runs
http://%HOSTIP:%HTTPPORT/2012
perl %SRCDIR/libtest/notexists.pl log/2012 log/name2012
#
# Verify data after the test has been "shot"
^User-Agent:.*
GET /2012 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
Some contents delivered from an HTTP resource
Metalink: parsing (file://%PWD/log/test2012.metalink) metalink/XML...
Metalink: parsing (file://%PWD/log/test2012.metalink) WARNING (digest missing)
Metalink: fetching (log/download2012) from (http://%HOSTIP:%HTTPPORT/2012)...
Metalink: fetching (log/download2012) from (http://%HOSTIP:%HTTPPORT/2012) OK
Metalink: validating (log/download2012)...
Metalink: validating (log/download2012) FAILED (digest missing)
$_ = '' if (($_ !~ /^Metalink: /) && ($_ !~ /error/i) && ($_ !~ /warn/i))