fasthttp icon indicating copy to clipboard operation
fasthttp copied to clipboard

Cookiejar implementation.

Open dgrr opened this issue 5 years ago • 3 comments

Hello,

This commit tries to implement a basic CookieJar structure to handle Cookies easily without using external packages.

dgrr avatar Feb 03 '19 05:02 dgrr

I think if we're going to add a CookieJar we should do it right and follow the spec. So:

  1. Which cookies are returned should be based on the path as well.
  2. Cookies should expire based on their expire time
  3. You can't set cookies for TLDs (for this you need a public suffix list, I suggest making this optional)

erikdubbelboer avatar Feb 03 '19 09:02 erikdubbelboer

Any progress?

efectn avatar May 10 '22 07:05 efectn

bump

erg43hergeg avatar Feb 26 '23 12:02 erg43hergeg