class Protocol::HTTP::Response

def to_ary

def to_ary
	return @status, @headers, @body
end