<liclass="toctree-l2"><aclass="reference internal"href="package_README.html#client-server-and-proxy-programs">Client, Server and Proxy programs</a></li>
<liclass="toctree-l2"><aclass="reference internal"href="package_README.html#header-compression-test-tools">Header compression test tools</a></li>
<p>The output can be used as the input for <ttclass="docutils literal"><spanclass="pre">inflatehd</span></tt>.</p>
<p>With <ttclass="docutils literal"><spanclass="pre">-d</span></tt> option, the extra <ttclass="docutils literal"><spanclass="pre">headerTable</span></tt> key is added and its
associated value contains the state of dyanmic header table after the
corresponding header set was processed. The value contains following
keys:</p>
<dlclass="docutils">
<dt>entries</dt>
<dd>The entry in the header table. If <ttclass="docutils literal"><spanclass="pre">referenced</span></tt> is <ttclass="docutils literal"><spanclass="pre">true</span></tt>, it
is in the reference set. The <ttclass="docutils literal"><spanclass="pre">size</span></tt> includes the overhead (32
bytes). The <ttclass="docutils literal"><spanclass="pre">index</span></tt> corresponds to the index of header table.
The <ttclass="docutils literal"><spanclass="pre">name</span></tt> is the header field name and the <ttclass="docutils literal"><spanclass="pre">value</span></tt> is the
header field value. They may be displayed as <ttclass="docutils literal"><spanclass="pre">**DEALLOCATED**</span></tt>,
which means that the memory for that string is freed and not
available. This will happen when specifying smaller value in
<ttclass="docutils literal"><spanclass="pre">-S</span></tt> than <ttclass="docutils literal"><spanclass="pre">-s</span></tt>.</dd>
<dt>size</dt>
<dd>The sum of the spaces entries occupied, this includes the
entry overhead.</dd>
<dt>maxSize</dt>
<dd>The maximum header table size.</dd>
<dt>localSize</dt>
<dd>The sum of the spaces entries occupied within <ttclass="docutils literal"><spanclass="pre">maxLocalSize</span></tt>.</dd>
<dt>maxLocalSize</dt>
<dd>The maximum header table size encoder uses. This can be smaller
than <ttclass="docutils literal"><spanclass="pre">maxSize</span></tt>. In this case, encoder only uses up to first
<p>The output can be used as the input for <ttclass="docutils literal"><spanclass="pre">deflatehd</span></tt>.</p>
<p>With <ttclass="docutils literal"><spanclass="pre">-d</span></tt> option, the extra <ttclass="docutils literal"><spanclass="pre">headerTable</span></tt> key is added and its
associated value contains the state of dyanmic header table after the
corresponding header set was processed. The format is the same as