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
MongoDB Atlas runs apps anywhere Icon
MongoDB Atlas runs apps anywhere

Deploy in 115+ regions with the modern database for every enterprise.

MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
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