Method HPack.Context()->create()
- Method
create
HPack.Context HPack.Context(
int
|void
protocol_dynamic_max_size
)- Description
Create a new HPack Context.
- Parameter
static_max_size
This is the static maximum size in bytes (as calculated by RFC 7541 section 4.1) of the dynamic header table. It defaults to DEFAULT_HEADER_TABLE_SIZE, and is the upper limit for set_dynamic_size().
- See also