Add HPACK test cases
This commit is contained in:
		
							
								
								
									
										52
									
								
								fixtures/hpack/raw-data/story_01.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										52
									
								
								fixtures/hpack/raw-data/story_01.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,52 @@ | ||||
| { | ||||
|   "context": "request", | ||||
|   "cases": [ | ||||
|     { | ||||
|       "headers": [ | ||||
|         { | ||||
|           ":scheme": "https" | ||||
|         }, | ||||
|         { | ||||
|           ":authority": "example.com" | ||||
|         }, | ||||
|         { | ||||
|           ":path": "/" | ||||
|         }, | ||||
|         { | ||||
|           ":method": "GET" | ||||
|         }, | ||||
|         { | ||||
|           "user-agent": "hpack-test" | ||||
|         }, | ||||
|         { | ||||
|           "cookie": "xxxxxxx1" | ||||
|         }, | ||||
|         { | ||||
|           "x-hello": "world" | ||||
|         } | ||||
|       ] | ||||
|     }, | ||||
|     { | ||||
|       "headers": [ | ||||
|         { | ||||
|           ":scheme": "https" | ||||
|         }, | ||||
|         { | ||||
|           ":authority": "example.com" | ||||
|         }, | ||||
|         { | ||||
|           ":path": "/" | ||||
|         }, | ||||
|         { | ||||
|           ":method": "GET" | ||||
|         }, | ||||
|         { | ||||
|           "user-agent": "hpack-test" | ||||
|         }, | ||||
|         { | ||||
|           "cookie": "xxxxxxx2" | ||||
|         } | ||||
|       ] | ||||
|     } | ||||
|   ] | ||||
| } | ||||
		Reference in New Issue
	
	Block a user