Skip to content

Manage client-side HTTP cookies in Ruby (fork)

License

Notifications You must be signed in to change notification settings

FundingCircle/cookiejar2

This branch is 1 commit ahead of, 4 commits behind xxjjnn/cookiejar2:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2b3670f · Sep 18, 2023

History

92 Commits
May 14, 2022
Sep 18, 2023
May 14, 2022
May 14, 2022
Jan 31, 2014
Feb 17, 2016
Feb 16, 2016
Aug 19, 2019
May 14, 2022
Feb 17, 2016
Feb 2, 2018
Nov 7, 2013
May 15, 2022

Repository files navigation

CircleCI

This is a fork to fix warnings.


Ruby CookieJar

Git: http://github.com/dwaite/cookiejar

Author: David Waite

Build Status

Synopsis

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.

Roadmap

For the Next major release, I would like to accomplish:

  1. Check against RFC 6265 - HTTP State Management Mechanism, the latest cookie spec which came out after the initial release of cookiejar
  2. Determine better code structure to encourage alternate persistence mechanisms for cookie jars

COPYRIGHT

The Ruby CookieJar is Copyright © 2009-2014 David Waite, with additional contributions from various authors. Licensing terms are given within the LICENSE file.

About

Manage client-side HTTP cookies in Ruby (fork)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%