class Settings
Definitions
attr_accessor :header_table_size
Allows the sender to inform the remote endpoint of the maximum size of the header compression table used to decode header blocks, in octets.
attr :enable_push
This setting can be used to disable server push. An endpoint MUST NOT send a PUSH_PROMISE frame if it receives this parameter set to a value of 0.
attr_accessor :maximum_concurrent_streams
Indicates the maximum number of concurrent streams that the sender will allow.
attr :initial_window_size
Indicates the sender's initial window size (in octets) for stream-level flow control.
attr :maximum_frame_size
Indicates the size of the largest frame payload that the sender is willing to receive, in octets.
attr_accessor :maximum_header_list_size
This advisory setting informs a peer of the maximum size of header list that the sender is prepared to accept, in octets.