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: 37
Connection: close
Content-Type: text/html
Content-Disposition: filename=name2005; charset=funny; option=strange
Funny-head: yesyes
Data delivered from an HTTP resource
#
# Client-side
http
file
Metalink
Metalink local XML file, HTTP resource
--metalink file://%PWD/log/test2005.metalink
# local metalink file written before test command runs
a430d26389c69b7a245a9ad692cf20b4dc026fb7c2ff8a2c164c49a77130d6d9
http://%HOSTIP:%HTTPPORT/2005
perl %SRCDIR/libtest/notexists.pl log/2005 log/name2005
#
# Verify data after the test has been "shot"
^User-Agent:.*
GET /2005 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
Data delivered from an HTTP resource
Metalink: parsing (file://%PWD/log/test2005.metalink) metalink/XML...
Metalink: parsing (file://%PWD/log/test2005.metalink) OK
Metalink: fetching (log/download2005) from (http://%HOSTIP:%HTTPPORT/2005)...
Metalink: fetching (log/download2005) from (http://%HOSTIP:%HTTPPORT/2005) OK
Metalink: validating (log/download2005)...
Metalink: validating (log/download2005) [sha-256] OK
$_ = '' if (($_ !~ /^Metalink: /) && ($_ !~ /error/i) && ($_ !~ /warn/i))