hpack v1.1.0 HPack.Table

Functions to maintain the (de)compression context. Contains the static tables as well as all menagement of the dynamic table.

Link to this section Summary

Link to this section Types

Link to this section Functions

Link to this function add(arg, table)
add({String.t(), String.t()}, t()) :: :ok
Link to this function find(key, value, table)
find(String.t(), String.t(), t()) ::
  {:none} | {:keyindex, integer()} | {:fullindex, integer()}
Link to this function lookup(idx, table)
lookup(integer(), t()) :: tuple() | nil
Link to this function resize(size, table)
resize(integer(), t()) :: :ok
Link to this function size(table)
size(t()) :: integer()
Link to this function start_link(max_table_size)
start_link(integer()) :: {:ok, t()}