Skip to content

Instantly share code, notes, and snippets.

@sbma44
Created August 19, 2014 18:48
Show Gist options
  • Save sbma44/f89314c6305ce89b90fb to your computer and use it in GitHub Desktop.
Save sbma44/f89314c6305ce89b90fb to your computer and use it in GitHub Desktop.
var request = require('request');
var r = request.post('http://localhost:8000');
process.stdin.pipe(r).pipe(process.stdout);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment