Skip to content

Instantly share code, notes, and snippets.

@carlos8f
Last active May 25, 2016 20:05
Show Gist options
  • Save carlos8f/7ccf6b5333f83704ff7cb967578172d3 to your computer and use it in GitHub Desktop.
Save carlos8f/7ccf6b5333f83704ff7cb967578172d3 to your computer and use it in GitHub Desktop.
lightweight request module
req.post('https://s8f.org/posts', {data...})
returns readable stream
headers event
req.get('https://s8f.org/gpg.txt', function (err, resp, body) {
// resp.statusCode etc
// body is object for json, buffer for binary stuff, string for text stuff
})
{
"ok": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment