-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Make jar function from request accessible #26
Comments
makes sense. wanna try to tackle it? maybe we can simply yield the hippie().configure((request) => {
const jar = request.jar();
request.defaults({ jar });
return request;
}); does this make sense? it also introduces a nice side effect which will enable people to replace the |
Hey @vesln |
@chdanielmueller no worries! If there is anything I can do to help you implement it, please let me know! |
@vesln If you get the time to implement this by yourself it would be cool. |
I will add it to my queue. @CacheControl would you be interested in giving this a try? |
@vesln I'm currently in the middle of a couple projects and don't have much bandwidth, but I'll add it to my queue as well |
Hi,
Could you please make the jar function from request accessible?
https://github.com/request/request#requestjar
With this function it would be possible to create multiple cookie jars.
Thanks,
Daniel
The text was updated successfully, but these errors were encountered: