Function libnghttp2_sys::nghttp2_option_set_max_deflate_dynamic_table_size [−][src]
pub unsafe extern "C" fn nghttp2_option_set_max_deflate_dynamic_table_size(
option: *mut nghttp2_option,
val: usize
)
@function
This option sets the maximum dynamic table size for deflating header fields. The default value is 4KiB. In HTTP/2, receiver of deflated header block can specify maximum dynamic table size. The actual maximum size is the minimum of the size receiver specified and this option value.