struct HTTP2::Connection::Defaults
- HTTP2::Connection::Defaults
- Struct
- Value
- Object
Defined in:
connection/defaults.crConstructors
Instance Method Summary
- #clone
- #copy_with(header_table_size _header_table_size = @header_table_size, enable_push _enable_push = @enable_push, max_concurrent_streams _max_concurrent_streams = @max_concurrent_streams, initial_window_size _initial_window_size = @initial_window_size, max_frame_size _max_frame_size = @max_frame_size, max_header_list_size _max_header_list_size = @max_header_list_size)
- #enable_push : UInt32
- #header_table_size : UInt32
- #initial_window_size : UInt32
- #max_concurrent_streams : UInt32
- #max_frame_size : UInt32
- #max_header_list_size : UInt32
Constructor Detail
def self.new(header_table_size : UInt32 = 4096, enable_push : UInt32 = 1, max_concurrent_streams : UInt32 = 2147483647, initial_window_size : UInt32 = 65535, max_frame_size : UInt32 = 16384, max_header_list_size : UInt32 = 0)
#
Instance Method Detail
def copy_with(header_table_size _header_table_size = @header_table_size, enable_push _enable_push = @enable_push, max_concurrent_streams _max_concurrent_streams = @max_concurrent_streams, initial_window_size _initial_window_size = @initial_window_size, max_frame_size _max_frame_size = @max_frame_size, max_header_list_size _max_header_list_size = @max_header_list_size)
#