Sets the response header with the given name and value.
void setHeader(String name, String value) { _binding.responseHeaders[name] = [value]; }