Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 016d8c4

Browse files
committed
Update test fixtures for draft-9.
1 parent 308be18 commit 016d8c4

File tree

256 files changed

+166093
-24136
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

256 files changed

+166093
-24136
lines changed

test_fixtures/go-hpack/story_00.json

+63
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"draft": 9,
3+
"description": "https://github.com/Jxck/hpack implemeted in Golang. Encoded using String Literal with Huffman, no Header/Static Table, and always start with emptied Reference Set. by Jxck.",
4+
"cases": [
5+
{
6+
"seqno": 0,
7+
"header_table_size": 4096,
8+
"wire": "0085b9495339e483c5837f0085b8824e5a4b839d29af0088b83b5339ec327d7f88f439ce75c875fa570084b958d33f8163",
9+
"headers": [
10+
{
11+
":method": "GET"
12+
},
13+
{
14+
":scheme": "http"
15+
},
16+
{
17+
":authority": "yahoo.co.jp"
18+
},
19+
{
20+
":path": "/"
21+
}
22+
]
23+
},
24+
{
25+
"seqno": 1,
26+
"header_table_size": 4096,
27+
"wire": "0085b9495339e483c5837f0085b8824e5a4b839d29af0088b83b5339ec327d7f8cf1e3c2fe8739ceb90ebf4aff0084b958d33f8163",
28+
"headers": [
29+
{
30+
":method": "GET"
31+
},
32+
{
33+
":scheme": "http"
34+
},
35+
{
36+
":authority": "www.yahoo.co.jp"
37+
},
38+
{
39+
":path": "/"
40+
}
41+
]
42+
},
43+
{
44+
"seqno": 2,
45+
"header_table_size": 4096,
46+
"wire": "0085b9495339e483c5837f0085b8824e5a4b839d29af0088b83b5339ec327d7f87eabfa35332fd2b0084b958d33f9b60d48e62a1849eb611589825353141e63ad52160b206c4f2f5d537",
47+
"headers": [
48+
{
49+
":method": "GET"
50+
},
51+
{
52+
":scheme": "http"
53+
},
54+
{
55+
":authority": "k.yimg.jp"
56+
},
57+
{
58+
":path": "/images/top/sp2/cmn/logo-ns-130528.png"
59+
}
60+
]
61+
}
62+
]
63+
}

test_fixtures/go-hpack/story_01.json

+59
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
{
2+
"draft": 9,
3+
"description": "https://github.com/Jxck/hpack implemeted in Golang. Encoded using String Literal with Huffman, no Header/Static Table, and always start with emptied Reference Set. by Jxck.",
4+
"cases": [
5+
{
6+
"seqno": 0,
7+
"header_table_size": 4096,
8+
"wire": "0085b8824e5a4b849d29ad1f0088b83b5339ec327d7f882f91d35d055c87a70084b958d33f81630085b9495339e483c5837f0087b505b161cc5a93879eb193aac92a13008421cfd4c587f3e7cf9f3e7c870086f2b4e5a283ff84f07b2893",
9+
"headers": [
10+
{
11+
":scheme": "https"
12+
},
13+
{
14+
":authority": "example.com"
15+
},
16+
{
17+
":path": "/"
18+
},
19+
{
20+
":method": "GET"
21+
},
22+
{
23+
"user-agent": "hpack-test"
24+
},
25+
{
26+
"cookie": "xxxxxxx1"
27+
},
28+
{
29+
"x-hello": "world"
30+
}
31+
]
32+
},
33+
{
34+
"seqno": 1,
35+
"header_table_size": 4096,
36+
"wire": "0085b8824e5a4b849d29ad1f0088b83b5339ec327d7f882f91d35d055c87a70084b958d33f81630085b9495339e483c5837f0087b505b161cc5a93879eb193aac92a13008421cfd4c587f3e7cf9f3e7c8b",
37+
"headers": [
38+
{
39+
":scheme": "https"
40+
},
41+
{
42+
":authority": "example.com"
43+
},
44+
{
45+
":path": "/"
46+
},
47+
{
48+
":method": "GET"
49+
},
50+
{
51+
"user-agent": "hpack-test"
52+
},
53+
{
54+
"cookie": "xxxxxxx2"
55+
}
56+
]
57+
}
58+
]
59+
}

0 commit comments

Comments
 (0)