co-request
co-request copied to clipboard
How to use with other drop-in replacements for request?
I'd like to use co-request with other drop-in replacements for request, in particular https://www.npmjs.com/package/requestretry (https://github.com/FGRibreau/node-request-retry), is this possible or do you know how I could do this?
@rightaway you need to provide list of extended methods, co-request does not support this. I will take a look, maybe we can create method to push new method names to handle.