Home / File/ testSpecExampleC4.json — netty Source File

testSpecExampleC4.json — netty Source File

Architecture documentation for testSpecExampleC4.json, a json file in the netty codebase.

Entity Profile

Source Code

{
  "force_huffman_on": true,
  "header_blocks":
  [
    {
      "headers": [
        { ":method": "GET" },
        { ":scheme": "http" },
        { ":path": "/" },
        { ":authority": "www.example.com" }
      ],
      "encoded": [
        "8286 8441 8cf1 e3c2 e5f2 3a6b a0ab 90f4",
        "ff"
      ],
      "dynamic_table": [
        { ":authority": "www.example.com" }
      ],
      "table_size": 57
    },
    {
      "headers": [
        { ":method": "GET" },
        { ":scheme": "http" },
        { ":path": "/" },
        { ":authority": "www.example.com" },
        { "cache-control": "no-cache" }
      ],
      "encoded": [
        "8286 84be 5886 a8eb 1064 9cbf"
      ],
      "dynamic_table": [
        { "cache-control": "no-cache" },
        { ":authority": "www.example.com" }
      ],
      "table_size": 110
    },
    {
      "headers": [
        { ":method": "GET" },
        { ":scheme": "https" },
        { ":path": "/index.html" },
        { ":authority": "www.example.com" },
        { "custom-key": "custom-value" }
      ],
      "encoded": [
        "8287 85bf 4088 25a8 49e9 5ba9 7d7f 8925",
        "a849 e95b b8e8 b4bf"
      ],
      "dynamic_table": [
        { "custom-key": "custom-value" },
        { "cache-control": "no-cache" },
        { ":authority": "www.example.com" }
      ],
      "table_size": 164
    }
  ]
}

Frequently Asked Questions

What does testSpecExampleC4.json do?
testSpecExampleC4.json is a source file in the netty codebase, written in json.
Where is testSpecExampleC4.json in the architecture?
testSpecExampleC4.json is located at codec-http2/src/test/resources/io/netty/handler/codec/http2/testdata/testSpecExampleC4.json (directory: codec-http2/src/test/resources/io/netty/handler/codec/http2/testdata).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free