Whoopie - v0.0.2
    Preparing search index...

    Function stringifySignedCookie

    • Signs and stringifies cookie and corresponding options.

      Parameters

      • name: string

        The name of a cookie.

      • value: string

        The cookie value

      • secret: string | BufferSource

        The signing secret key.

      • Optionaloptions: CookieOptions

        Additional cookie options.

      Returns Promise<string>

      Set-Cookie header value.