HTTP
#
# Server-side
HTTP/1.1 100 Continue
Foo: Bar
Data
Data
Data
#
# Client-side
http
HTTP Continue response without final response
http://%HOSTIP:%HTTPPORT/%TESTNUMBER
#
# Verify data after the test has been "shot"
GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
# Hyper curl returns unsupported protocol
# built-in curl returns weird_server_reply
%if hyper
1
%else
8
%endif