alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Java example source code file (testDuplicateHeaders.json)

This example Java source code file (testDuplicateHeaders.json) is included in the alvinalexander.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Learn more about this Java project at its project page.

Java - Java tags/keywords

The testDuplicateHeaders.json Java example source code

{
  "force_huffman_on": true,
  "header_blocks":
  [
    {
      "headers": [
        { ":path": "/somepath" },
        { "x-custom": "val" }
      ],
      "encoded": [
        "4487 6107 a4b5 8d33 ff40 86f2 b12d 424f",
        "4f83 ee3a 3f"
      ],
      "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 838c 767f 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
    }
  ]
}

Other Java examples (source code examples)

Here is a short list of links related to this Java testDuplicateHeaders.json source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.