dwaite / cookiejar

Manage client-side HTTP cookies in Ruby
BSD 2-Clause "Simplified" License
42 stars 68 forks source link

Add support for multiple cookies in a single header #2

Closed prep closed 12 years ago

prep commented 12 years ago

This adds support for multiple cookies in a single Set-Cookie header as is described in RFC 2109 section 4.2.2: "Informally, the Set-Cookie response header comprises the token Set-Cookie:, followed by a comma-separated list of one or more cookies."