Add HPACK test cases
This commit is contained in:
59
fixtures/hpack/python-hpack/story_00.json
Normal file
59
fixtures/hpack/python-hpack/story_00.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user