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

feat(client): deprecated set_cookies_by_ref #473

Merged
merged 1 commit into from
Feb 24, 2025
Merged

feat(client): deprecated set_cookies_by_ref #473

merged 1 commit into from
Feb 24, 2025

Conversation

0x676e67
Copy link
Owner

This pull request includes a deprecation notice for a method in the Client implementation in the src/client/http.rs file. The deprecated method is set_cookies_by_ref, and users are advised to use the set_cookies method with a collection of HeaderValue instead.

Deprecation notice:

  • src/client/http.rs: Added a deprecation notice for the set_cookies_by_ref method, recommending the use of set_cookies with a collection of HeaderValue instead.

@0x676e67 0x676e67 merged commit 89f0166 into master Feb 24, 2025
3 checks passed
@0x676e67 0x676e67 deleted the deprecated branch February 24, 2025 07:57
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

Successfully merging this pull request may close these issues.

1 participant