class Protocol::HTTP::Response
def initialize(version = nil, status = 200, reason = nil, headers = [], body = nil, protocol = nil)
def initialize(version = nil, status = 200, reason = nil, headers = [], body = nil, protocol = nil) @version = version @status = status @reason = reason @headers = headers @body = body @protocol = protocol end