# File lib/thin/response.rb, line 26 def initialize @headers = Headers.new @status = 200 @persistent = false @skip_body = false end