Skip to content

Instantly share code, notes, and snippets.

View michelbl's full-sized avatar

Michel Blancard michelbl

View GitHub Profile
@michelbl
michelbl / https_requests.js
Last active December 8, 2020 06:28
Making HTTPS requests with nodejs
/*
Several ways to make a HTTPS request using nodejs.
Going from the most simple ways to the most complicated ones.
See https://gist.github.com/mtigas/952344 to setup a test env
/*
/*