<cookie> ( value name -- cookie )
HTTP protocol objects ยป HTTP cookies

Prev:cookie
Next:get-cookie ( request/response name -- cookie/f )


Vocabulary
http

Inputs
valuean object
namea string


Outputs
cookiea cookie


Word description
Creates a cookie with the specified name and value. The value can be any object supported by the present word.

Definition