Basic HTTP cookie parser and serializer for HTTP servers. This is a Node.js module available through the npm registry. Installation is done using the npm install command. Parse an HTTP Cookie header string and return an object of all cookie name-value pairs. The str argument is the string representing a Cookie header value and options is an optional object containing additional parsing options. Specifies a function that will be used to decode a cookie's value. Since the value of a cookie has a limited character set (and must be a simple string), this function can be used to decode a previously-encoded cookie value into a JavaScript string or other object. The default function is the global decodeURIComponent, which will decode any URL-encoded sequences into their byte representations.

Features

  • Parse an HTTP Cookie header string and returning an object of all cookie name-value pairs
  • By default, no domain is set, and most clients will consider the cookie to apply to only the current domain
  • The default function is the global encodeURIComponent, which will encode a JavaScript string into UTF-8 byte sequences and then URL-encode any that fall outside of the cookie range
  • Node.js module available through the npm registry
  • Serialize a cookie name-value pair into a Set-Cookie header string
  • The name argument is the name for the cookie, the value argument is the value to set the cookie to

Project Samples

Project Activity

See All Activity >

Categories

HTTP Servers

License

MIT License

Follow cookie

cookie Web Site

Other Useful Business Software
Desktop and Mobile Device Management Software Icon
Desktop and Mobile Device Management Software

It's a modern take on desktop management that can be scaled as per organizational needs.

Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
Learn More
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of cookie!

Additional Project Details

Programming Language

JavaScript

Related Categories

JavaScript HTTP Servers

Registered

2023-05-15