request / request-promise

The simplified HTTP request client 'request' with Promise support. Powered by Bluebird.
ISC License
4.77k stars 297 forks source link

Deprecation Warning #343

Open arthursp opened 4 years ago

arthursp commented 4 years ago

Hello,

I have a Deprecation Warning on Node > 12

DeprecationWarning: OutgoingMessage.prototype._headers is deprecated

while using :

await rp.get(options);