Files
h2/fixtures/hpack/haskell-http2-naive/story_00.json
2017-05-31 14:44:58 -07:00

60 lines
1.8 KiB
JSON

{
"cases": [
{
"seqno": 0,
"wire": "00073a6d6574686f640347455400073a736368656d650468747470000a3a617574686f726974790b7961686f6f2e636f2e6a7000053a70617468012f",
"headers": [
{
":method": "GET"
},
{
":scheme": "http"
},
{
":authority": "yahoo.co.jp"
},
{
":path": "/"
}
]
},
{
"seqno": 1,
"wire": "00073a6d6574686f640347455400073a736368656d650468747470000a3a617574686f726974790f7777772e7961686f6f2e636f2e6a7000053a70617468012f",
"headers": [
{
":method": "GET"
},
{
":scheme": "http"
},
{
":authority": "www.yahoo.co.jp"
},
{
":path": "/"
}
]
},
{
"seqno": 2,
"wire": "00073a6d6574686f640347455400073a736368656d650468747470000a3a617574686f72697479096b2e79696d672e6a7000053a70617468262f696d616765732f746f702f7370322f636d6e2f6c6f676f2d6e732d3133303532382e706e67",
"headers": [
{
":method": "GET"
},
{
":scheme": "http"
},
{
":authority": "k.yimg.jp"
},
{
":path": "/images/top/sp2/cmn/logo-ns-130528.png"
}
]
}
],
"description": "http2 in Haskell: Naive - static table=no, header table=no, huffman=no"
}