HTTP
HTTP GET
HTTP/2
HTTPS
-w
%header
#
# Server-side
HTTP/1.1 200 OK
Date: Tue, 09 Nov 2010 14:49:00 GMT
Content-Length: 6
Connection: close
Content-Type: text/html
Funny-head: yesyes
-foo-
#
# Client-side
h2c
SSL
headers-api
http
http/2
HTTP/2 GET
-k --http2 -w '%{header_json}\n' "https://%HOSTIP:%HTTP2TLSPORT/%TESTNUMBER"
#
# Verify data after the test has been "shot"
HTTP/2 200
date: Tue, 09 Nov 2010 14:49:00 GMT
content-length: 6
content-type: text/html
funny-head: yesyes
server: nghttpx
via: 1.1 nghttpx
-foo-
{"date":["Tue, 09 Nov 2010 14:49:00 GMT"],
"content-length":["6"],
"content-type":["text/html"],
"funny-head":["yesyes"],
"server":["nghttpx"],
"via":["1.1 nghttpx"]
}