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 July 2, 2024 03:50
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
/*
/*