@substrate-system/cookie
    Preparing search index...

    Function parseCookie

    • Parse the given cookie string into an object of key - values.

      Parameters

      • cookie: string

        The cookie string

      • Optional_decode: (s: string) => string

        Optional decode function

      Returns Record<string, string | boolean> & { session: string }