Add HPACK test cases

This commit is contained in:
Carl Lerche
2017-05-31 14:44:58 -07:00
parent f45a4b4cd7
commit d3e4e036e3
421 changed files with 1789051 additions and 2 deletions

View File

@@ -0,0 +1,59 @@
{
"cases": [
{
"headers": [
{
":method": "GET"
},
{
":scheme": "http"
},
{
":authority": "yahoo.co.jp"
},
{
":path": "/"
}
],
"seqno": 0,
"wire": "82864188f439ce75c875fa5784"
},
{
"headers": [
{
":method": "GET"
},
{
":scheme": "http"
},
{
":authority": "www.yahoo.co.jp"
},
{
":path": "/"
}
],
"seqno": 1,
"wire": "8286418cf1e3c2fe8739ceb90ebf4aff84"
},
{
"headers": [
{
":method": "GET"
},
{
":scheme": "http"
},
{
":authority": "k.yimg.jp"
},
{
":path": "/images/top/sp2/cmn/logo-ns-130528.png"
}
],
"seqno": 2,
"wire": "82864187eabfa35332fd2b449b60d48e62a1849eb611589825353141e63ad52160b206c4f2f5d537"
}
],
"description": "Encoded headers produced by the Python HPACK library, version 2.3.0"
}