Writes data to the response.
write(value) { if (isOpen) responseData.add(UTF8.encode(value.toString())); }