Metalink
HTTP
HTTP GET
-J
FILE
#
# Server-side
HTTP/1.1 200 OK
Date: Thu, 21 Jun 2012 16:27:17 GMT
Server: test-server/fake
Content-Length: 46
Connection: close
Content-Type: text/html
Content-Disposition: filename=name2009; charset=funny; option=strange
Funny-head: yesyes
Some contents delivered from an HTTP resource
#
# Client-side
file
Metalink
http
Metalink local XML file, HTTP resource, using -o fname -J -D file
--metalink file://%PWD/log/test2009.metalink -J -o log/outfile2009 -D log/heads2009
# local metalink file written before test command runs
we-only-check-the-strongest-hash-provided
e4c5b83384ba7d5f8e201d61747a14f29baacd7dfadce0fbd56661db4bba72b2
http://%HOSTIP:%HTTPPORT/2009
perl %SRCDIR/libtest/notexists.pl log/2009 log/name2009 log/outfile2009
#
# Verify data after the test has been "shot"
^User-Agent:.*
GET /2009 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
Some contents delivered from an HTTP resource
s/Last-Modified:.*//
HTTP/1.1 200 OK
Date: Thu, 21 Jun 2012 16:27:17 GMT
Server: test-server/fake
Content-Length: 46
Connection: close
Content-Type: text/html
Content-Disposition: filename=name2009; charset=funny; option=strange
Funny-head: yesyes
Metalink: parsing (file://%PWD/log/test2009.metalink) metalink/XML...
Metalink: parsing (file://%PWD/log/test2009.metalink) OK
Metalink: fetching (log/download2009) from (http://%HOSTIP:%HTTPPORT/2009)...
Metalink: fetching (log/download2009) from (http://%HOSTIP:%HTTPPORT/2009) OK
Metalink: validating (log/download2009)...
Metalink: validating (log/download2009) [sha-256] OK
$_ = '' if (($_ !~ /^Metalink: /) && ($_ !~ /error/i) && ($_ !~ /warn/i))