Module

Biscotti.Cookie.Generator

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

#stringify

stringify :: Cookie -> String

Return the String representation of a Cookie.

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

Modules