Class: Thin::Connection
- Inherits:
-
Object
- Object
- Thin::Connection
- Defined in:
- lib/htttee/server/ext/thin/connection.rb
Instance Method Summary collapse
Instance Method Details
#post_init ⇒ Object
3 4 5 6 |
# File 'lib/htttee/server/ext/thin/connection.rb', line 3 def post_init @request = DeferredRequest.new @response = DeferredResponse.new end |