# Verify data after the test has been "shot"
<verify>
<strippart>
+%if hyper
+s/^Accept-Encoding: .*/Accept-Encoding: xxx\r/
+%else
s/^Accept-Encoding: .*/Accept-Encoding: xxx/
+%endif
</strippart>
<protocol>
GET /220 HTTP/1.1\r
Host: %HOSTIP:%HTTPPORT\r
User-Agent: curl/%VERSION\r
Accept: */*\r
+%if hyper
+Accept-Encoding: xxx\r
+%else
Accept-Encoding: xxx
+%endif
\r
</protocol>
</verify>
# Verify data after the test has been "shot"
<verify>
<strippart>
+%if hyper
+s/^Accept-Encoding: .*/Accept-Encoding: xxx\r/
+%else
s/^Accept-Encoding: .*/Accept-Encoding: xxx/
+%endif
</strippart>
<protocol>
GET /314 HTTP/1.1\r
Host: %HOSTIP:%HTTPPORT\r
User-Agent: curl/%VERSION\r
Accept: */*\r
+%if hyper
+Accept-Encoding: xxx\r
+%else
Accept-Encoding: xxx
+%endif
\r
</protocol>
</verify>