Sets a response header.
void setHeader(String name, String value) { _response.headers.set(name, value); }