class

HTTP::Server::RequestProcessor

Inherits Reference / Object

Instance methods

max_concurrent_streams
Source
max_concurrent_streams=(value : Int32)
Source
max_frame_size
Source
max_frame_size=(value : Int32)
Source
max_header_continuation_size
Source
max_header_continuation_size=(value : Int32)
Source
max_header_list_size
Source
max_header_list_size=(value : Int32)
Source
max_header_table_size
Source
max_header_table_size=(value : Int32)
Source
max_initial_window_size
Source
max_initial_window_size=(value : Int32)
Source
process(input : IO, output : IO, error = STDERR)
Source
process_http1(request : HTTP::Request, input : IO, output : IO)
Source
process_http2(entry : Forest::Entry)
Source
process_http2_connection(entry : Forest::Entry, frame : Forest::Frame)
Source
process_http2_pool(entry : Forest::Entry, frame : Forest::Frame)
Source
process_http2_stream(entry : Forest::Entry, frame : Forest::Frame::Headers)
Source