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

Wish: adopt user-friendly cookie API from HTTP::CookieMonster #216

Open
spazm opened this issue May 8, 2017 · 0 comments
Open

Wish: adopt user-friendly cookie API from HTTP::CookieMonster #216

spazm opened this issue May 8, 2017 · 0 comments

Comments

@spazm
Copy link
Contributor

spazm commented May 8, 2017

[email protected] reported on Sep 25, 2012

I'm interested to know if this project would be interested in accepting the following feature enhancement:

HTTP::CookieMonster provides a great, user-friendly way to get and set cookies, which Mechanize is missing. The key method names don't have any conflicts in WWW::Mechanize or LWP::UserAgent, so I suggest the functionality is merged in. This would include adding the following methods, based on the implementations in HTTP::CookieMonster:

 get_cookie()
 set_cookie() 
 all_cookies()

Rather than depending on HTTP::CookieMonster, I recommend manually merging in the methods we want. It's a small amount of code, and would eliminate the "Moo" dependency, as well as dropping the methods and procedural interface we don't need. The documentation would be simpler as well, as the complete docs would be in WWW::Mechanize.

Details

Imported from Google Code issue 239 via archive

  • Type: Defect
  • Date: Sep 25, 2012
  • Reporter: [email protected]
  • Owner: ----
  • Priority: Medium
  • Status: New
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

1 participant