HTTP
HTTP HEAD
HTTP/0.9
#
# Server-side
No headers at all, just data swsclose
Let's get
a little
so that
we
have
some
test
data to
verify
# make sure no data is written
#
# Client-side
# hyper doesn't support HTTP/0.9
!hyper
http
HTTP HEAD, receive no headers only body
-I http://%HOSTIP:%HTTPPORT/%TESTNUMBER --http0.9
#
# Verify data after the test has been "shot"
HEAD /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
8