api documentation for cookie (v0.3.1)

HTTP server cookie parsing and serialization

table of contents

  1. module cookie
    1. function cookie.parse (str, options)
    2. function cookie.serialize (name, val, options)
    3. object cookie.index
  2. module cookie.index
    1. function cookie.index.parse (str, options)
    2. function cookie.index.serialize (name, val, options)

module cookie

function cookie.parse (str, options)

function cookie.serialize (name, val, options)

module cookie.index

function cookie.index.parse (str, options)

function cookie.index.serialize (name, val, options)

[ this document was created with utility2 ]