52 lines
		
	
	
		
			793 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			52 lines
		
	
	
		
			793 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "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"
 | 
						|
        }
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  ]
 | 
						|
} |