Class $k.Cookie

Represents a HTTP Cookie (RFC 2109) sent by a client

Class Summary
Constructor Attributes Constructor Name and Description
 

Method Summary

Class Detail

$k.Cookie()

Method Detail

  • {string} name()
    Returns the name of the cookie
    Returns:
    {string}
  • {string} value()
    Returns the value of the cookie
    Returns:
    {string}