Skip to content

Instantly share code, notes, and snippets.

@tanepiper
Created October 12, 2010 19:31
Show Gist options
  • Select an option

  • Save tanepiper/622768 to your computer and use it in GitHub Desktop.

Select an option

Save tanepiper/622768 to your computer and use it in GitHub Desktop.
exports.render_to_response = function(responseInst, data, code, headers) {
responseInst.send(data, headers, code);
responseInst.end();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment