Method: Thin::Connection#response

Defined in:
lib/thin/connection.rb

#responseObject

Next response sent through the connection



25
26
27
# File 'lib/thin/connection.rb', line 25

def response
  @response
end