Bandit.HTTP2.Settings (Bandit v0.3.8) View Source
Settings as defined in RFC7540§6.5.2 and §11.3
Link to this section Summary
Link to this section Types
Specs
t() :: %Bandit.HTTP2.Settings{ enable_push: boolean(), header_table_size: non_neg_integer(), initial_window_size: non_neg_integer(), max_concurrent_streams: non_neg_integer() | :infinity, max_frame_size: non_neg_integer(), max_header_list_size: non_neg_integer() | :infinity }
A collection of settings as defined in RFC7540§6