= private = protected
httponly=(val)
Set whether the Cookie is a httponly cookie or not.
val must be a boolean.
# File lib/cgi/cookie.rb, line 139 def httponly=(val) @httponly = !!val end