We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CookieStore
As a continuation of #14 , this issue is to discuss making the underlying cookie store available to users of Client.
Client
Desired functionality:
The text was updated successfully, but these errors were encountered:
Done in #1203
Sorry, something went wrong.
No branches or pull requests
As a continuation of #14 , this issue is to discuss making the underlying cookie store available to users of
Client
.Desired functionality:
Client
to provide a pre-populatedCookieStore
Client
to access and potentially modify theCookieStore
between requestsClient
to get the current state of theCookieStore
to allow persisting session state.CookieStore
, such as a read-only store.The text was updated successfully, but these errors were encountered: