UNPKG

whiteboard-app

Version:

Whiteboard - a slide-based activity presentation system

11 lines (9 loc) 202 B
const http = require('http'); http.get({ hostname: 'localhost', port: 80, path: '/', agent: false // create a new agent just for this one request }, (res) => { // Do stuff with response });