http-cookie/lib/http/cookie
Akinori MUSHA ddf74fee1e Rewrite the Set-Cookie header parser entirely.
The new parser is almost RFC 6265 compliant as the previous
implementation but has some extensions:

- It can parse double-quoted values with unsafe characters inside
  escaped with the backslash.

- It parses a date value of the expires attribute in the way the RFC
  describes, with an exception that it allows omission of the seconds
  field.  Some of the broken date representations that used to pass
  are now treated as error and ignored.

- It can parse a Set-Cookie value that contains multiple cookie
  definitions separated by comma, and commas put inside double quotes
  are not mistaken as definition separator.
2013-03-21 15:52:22 +09:00
..
scanner.rb Rewrite the Set-Cookie header parser entirely. 2013-03-21 15:52:22 +09:00
version.rb Bump VERSION to 0.1.5. 2013-03-18 00:53:14 +09:00