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: Metalink XML file was parsed successfully
Metalink: Validation not possible: missing hash
Metalink: something should tell log/download2012 wasn't validated
$_ = '' if ($_ !~ /^Metalink: /)