Method: Thin::Headers#initialize
- Defined in:
- lib/thin/headers.rb
#initialize ⇒ Headers
Returns a new instance of Headers.
8 9 10 11 |
# File 'lib/thin/headers.rb', line 8 def initialize @sent = {} @out = [] end |
Returns a new instance of Headers.
8 9 10 11 |
# File 'lib/thin/headers.rb', line 8 def initialize @sent = {} @out = [] end |