class Protocol::HTTP::Response
def initialize(version = nil, status = 200, headers = Headers.new, body = nil, protocol = nil)
def initialize(version = nil, status = 200, headers = Headers.new, body = nil, protocol = nil) @version = version @status = status @headers = headers @body = body @protocol = protocol end