Skip to content
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

Extend CookieStore functionality to allow access to underlying store #1104

Closed
pfernie opened this issue Dec 9, 2020 · 1 comment
Closed

Comments

@pfernie
Copy link
Contributor

pfernie commented Dec 9, 2020

As a continuation of #14 , this issue is to discuss making the underlying cookie store available to users of Client.

Desired functionality:

  • Allow builders of a Client to provide a pre-populated CookieStore
  • Allow users of a Client to access and potentially modify the CookieStore between requests
  • Allow users of a Client to get the current state of the CookieStore to allow persisting session state.
  • Allow alternative implementations of a CookieStore, such as a read-only store.
This was referenced Dec 9, 2020
@seanmonstar
Copy link
Owner

Done in #1203

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants