UNPKG

snekfetch

Version:

Just do http requests without all that weird nastiness from other libs

13 lines (8 loc) 261 B
'use strict'; exports.Snekfetch = require('../'); try { exports.SnekfetchSync = require('../sync'); } catch (err) {} // eslint-disable-line no-empty exports.TestRoot = global.HTTP_VERSION === 2 ? 'https://nghttp2.org/httpbin' : 'https://httpbin.org';