Method: Thin::Headers#initialize

Defined in:
lib/thin/headers.rb

#initializeHeaders

Returns a new instance of Headers.



8
9
10
11
# File 'lib/thin/headers.rb', line 8

def initialize
  @sent = {}
  @out = []
end