Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Update readme with some vision
Browse files Browse the repository at this point in the history
  • Loading branch information
dwaite committed Mar 17, 2014
1 parent 5d77e6a commit b101419
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.markdown
Expand Up @@ -12,6 +12,18 @@ The Ruby CookieJar is a library to help manage client-side cookies in pure Ruby.

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][rfc6265], 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

[rfc6265]: http://tools.ietf.org/html/rfc6265
COPYRIGHT
---------
The Ruby CookieJar is Copyright © 2009 David Waite. Licensing terms are given within the LICENSE file.
The Ruby CookieJar is Copyright © 2009-2014 David Waite, with [additional contributions from various authors][contributions]. Licensing terms are given within the [LICENSE file][LICENSE].

[contributions]: ./contributors.json
[LICENSE]: ./LICENSE

0 comments on commit b101419

Please sign in to comment.