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:
commit
045f110213
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
class HTTParty::CookieHash < Hash #:nodoc:
|
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)
|
def add_cookies(value)
|
||||||
case value
|
case value
|
||||||
|
|
Loading…
Add table
Reference in a new issue