struct HTTP2::Connection::Defaults

Defined in:

connection/defaults.cr

Constructors

Instance Method Summary

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) #

[View source]

Instance Method Detail

def clone #

[View source]
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) #

[View source]
def enable_push : UInt32 #

def header_table_size : UInt32 #

def initial_window_size : UInt32 #

def max_concurrent_streams : UInt32 #

def max_frame_size : UInt32 #

def max_header_list_size : UInt32 #