co-request icon indicating copy to clipboard operation
co-request copied to clipboard

How to use with other drop-in replacements for request?

Open rightaway opened this issue 10 years ago • 1 comments

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 avatar Mar 08 '15 18:03 rightaway

@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.

idx3d avatar Apr 02 '15 16:04 idx3d