I have the following function that works fine for a GET request:
function httpGet(options) { return new Promise(((resolve, reject) => { const request = h