@aracna/core - v1.5.0
    Preparing search index...

    Function deserializeCookie

    • Parse a cookie header.

      Parse the given cookie header string into an object The object has the various cookies as keys(names) => values

      Aracna Reference

      Parameters

      • cookie: string
      • Optionaloptions: ParseOptions

      Returns Error | CookieObject