Class: Tipi::StockHTTP1Adapter

Inherits:
HTTP1Adapter show all
Defined in:
lib/tipi/controller/stock_http1_adapter.rb

Constant Summary

Constants inherited from HTTP1Adapter

HTTP1Adapter::CHUNK_LENGTH_PROC, HTTP1Adapter::CRLF

Instance Attribute Summary

Attributes inherited from HTTP1Adapter

#conn

Instance Method Summary collapse

Methods inherited from HTTP1Adapter

#close, #complete?, #finalize_client_loop, #finish, #get_body, #get_body_chunk, #handle_request, #http1_1?, #http2_upgraded_headers, #persistent_connection?, #protocol, #respond, #respond_from_io, #scheme_from_connection, #send_chunk, #send_chunk_from_io, #send_headers, #upgrade_connection, #upgrade_to_http2, #upgrade_with_handler, #websocket_connection

Constructor Details

#initialize(conn, opts) ⇒ StockHTTP1Adapter

Returns a new instance of StockHTTP1Adapter.



7
8
9
10
# File 'lib/tipi/controller/stock_http1_adapter.rb', line 7

def initialize(conn, opts)
  super(conn, opts)

end

Instance Method Details

#each(&block) ⇒ Object



12
13
# File 'lib/tipi/controller/stock_http1_adapter.rb', line 12

def each(&block)
end