1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00

Merge pull request #295 from kingwkb/master

fix CookieHash to_cookie_string httponly keyword
This commit is contained in:
John Nunemaker 2014-06-15 10:15:18 -04:00
commit 045f110213

View file

@ -1,6 +1,6 @@
class HTTParty::CookieHash < Hash #:nodoc:
CLIENT_COOKIES = %w{path expires domain path secure HTTPOnly}
CLIENT_COOKIES = %w{path expires domain path secure httponly}
def add_cookies(value)
case value