Module

Biscotti.Cookie.Generator

Package
purescript-biscotti-cookie
Repository
drewolson/purescript-biscotti-cookie

This module is responsible for generating the string representation of a Cookie.

#stringify Source

stringify :: Cookie -> String

Return the String representation of a Cookie.

> Generator.stringify $ Cookie.setSecure $ Cookie.new "key" "value"
key=value; Secure