HTTP
HTTP GET
CURLPAUSE_RECV
chunked Transfer-Encoding
Trailer:
DELAY
# Server-side
HTTP/1.1 200 OK swsclose
Transfer-Encoding: chunked
Trailer: MyCoolTrailerHeader
4
data
5
d474
0
MyCoolTrailerHeader: amazingtrailer
HTTP/1.1 200 OK swsclose
Transfer-Encoding: chunked
Trailer: MyCoolTrailerHeader
Got bytes but pausing!
datad474
MyCoolTrailerHeader: amazingtrailer
writedelay: 10
# Client-side
http
lib%TESTNUMBER
chunked with trailers and pausing the receive
http://%HOSTIP:%HTTPPORT/%TESTNUMBER
# Verify data after the test has been "shot"
GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*