class
HTTP2::Settings
- HTTP2::Settings
- Reference
- Object
Defined in:
settings.crInstance Method Summary
- #enable_push : Bool
- #enable_push=(value : Bool)
- #header_table_size : Int32
- #header_table_size=(value : Int)
- #initial_window_size : Int32
- #initial_window_size=(size : Int)
- #max_concurrent_streams : UInt32 | Nil
- #max_concurrent_streams=(value : Int)
- #max_frame_size : Int32
- #max_frame_size=(size : Int)
- #max_header_list_size : Int32 | Nil
- #max_header_list_size=(value : Int)
- #parse(io : IO, size : Int32, &) : Nil
- #parse(bytes : Bytes, &) : Nil
- #to_payload : Bytes