Add HPACK test cases
This commit is contained in:
59
fixtures/hpack/haskell-http2-static-huffman/story_00.json
Normal file
59
fixtures/hpack/haskell-http2-static-huffman/story_00.json
Normal file
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"cases": [
|
||||
{
|
||||
"seqno": 0,
|
||||
"wire": "82860188f439ce75c875fa5784",
|
||||
"headers": [
|
||||
{
|
||||
":method": "GET"
|
||||
},
|
||||
{
|
||||
":scheme": "http"
|
||||
},
|
||||
{
|
||||
":authority": "yahoo.co.jp"
|
||||
},
|
||||
{
|
||||
":path": "/"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"seqno": 1,
|
||||
"wire": "8286018cf1e3c2fe8739ceb90ebf4aff84",
|
||||
"headers": [
|
||||
{
|
||||
":method": "GET"
|
||||
},
|
||||
{
|
||||
":scheme": "http"
|
||||
},
|
||||
{
|
||||
":authority": "www.yahoo.co.jp"
|
||||
},
|
||||
{
|
||||
":path": "/"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"seqno": 2,
|
||||
"wire": "82860187eabfa35332fd2b049b60d48e62a1849eb611589825353141e63ad52160b206c4f2f5d537",
|
||||
"headers": [
|
||||
{
|
||||
":method": "GET"
|
||||
},
|
||||
{
|
||||
":scheme": "http"
|
||||
},
|
||||
{
|
||||
":authority": "k.yimg.jp"
|
||||
},
|
||||
{
|
||||
":path": "/images/top/sp2/cmn/logo-ns-130528.png"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"description": "http2 in Haskell: StaticH - static table=yes, header table=no, huffman=yes"
|
||||
}
|
||||
Reference in New Issue
Block a user