class CGI::Cookie

def httponly=(val)

+val+ must be a boolean.

Set whether the Cookie is a httponly cookie or not.
def httponly=(val)
  @httponly = !!val
end