Best way to load & store cookies #2069
Unanswered
thewh1teagle
asked this question in
Q&A
Replies: 1 comment
-
Author of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's not clear what's the simplest way to store / load cookies from from file (in addition to maintain it in subsequent requests).
Should we use the default one from the library? or should we pass a provider like
https://github.com/pfernie/reqwest_cookie_store
Requirements:
HashMap
of cookies (key val)JSON
JSON
Beta Was this translation helpful? Give feedback.
All reactions