Home / File/ testDuplicateHeaders.json — netty Source File

testDuplicateHeaders.json — netty Source File

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

Entity Profile

Source Code

{
  "header_blocks":
  [
    {
      "headers": [
        { ":path": "/somepath" },
        { "x-custom": "val" }
      ],
      "encoded": [
        "4487 6107 a4b5 8d33 ff40 86f2 b12d 424f",
        "4f03 7661 6c"
      ],
      "dynamic_table": [
        { "x-custom": "val" },
        { ":path": "/somepath" }
      ],
      "table_size": 89
    },
    {
      "headers": [
        { ":path": "/somepath" },
        { "x-custom": "val" },
        { "x-custom": "val" }
      ],
      "encoded": [
        "bfbe be"
      ],
      "dynamic_table": [
        { "x-custom": "val" },
        { ":path": "/somepath" }
      ],
      "table_size": 89
    },
    {
      "headers": [
        { ":path": "/somepath" },
        { "x-custom": "val" },
        { "foo": "bar" },
        { "x-custom": "val" }
      ],
      "encoded": [
        "bfbe 4082 94e7 0362 6172 bf"
      ],
      "dynamic_table": [
        { "foo": "bar" },
        { "x-custom": "val" },
        { ":path": "/somepath" }
      ],
      "table_size": 127
    },
    {
      "headers": [
        { ":path": "/somepath" }
      ],
      "encoded": [
        "c0"
      ],
      "dynamic_table": [
        { "foo": "bar" },
        { "x-custom": "val" },
        { ":path": "/somepath" }
      ],
      "table_size": 127
    }
  ]
}

Frequently Asked Questions

What does testDuplicateHeaders.json do?
testDuplicateHeaders.json is a source file in the netty codebase, written in json.
Where is testDuplicateHeaders.json in the architecture?
testDuplicateHeaders.json is located at codec-http2/src/test/resources/io/netty/handler/codec/http2/testdata/testDuplicateHeaders.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