mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
9cf6159862
- Pass maintainership to ruby@ - Add LICENSE - Support STAGEDIR - Replace tab with a space after WWW: in pkg-descr
10 lines
420 B
Plaintext
10 lines
420 B
Plaintext
The Ruby CookieJar is a library to help manage client-side cookies
|
|
in pure Ruby. It enables parsing and setting of cookie headers,
|
|
alternating between multiple 'jars' of cookies at one time (such
|
|
as having a set of cookies for each browser or thread), and supports
|
|
persistence of the cookies in a JSON string.
|
|
|
|
Both Netscape/RFC 2109 cookies and RFC 2965 cookies are supported.
|
|
|
|
WWW: https://github.com/dwaite/cookiejar
|