Skip to content

Instantly share code, notes, and snippets.

@cmarkle27
Created August 12, 2011 20:51
Show Gist options
  • Save cmarkle27/1142973 to your computer and use it in GitHub Desktop.
Save cmarkle27/1142973 to your computer and use it in GitHub Desktop.
CMTest
function renderNewPostForm(request, response){
response.writeHead(200, {'Content-type': 'text/html'});
response.end('hello world');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment