Public
Like
parse_cookies
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v3View latest version
Parses Cookie headers into objects.
jar
: Value of the Cookie headerdecoder
: Function to run on all cookie names and values. This is to get around character limitations (see RFC 6265). There is no formal standard, but as most sites prefer URL encoding, it is the default.x => x
can be used as a way to disable decoding.
Migrated from folder: loginable_demo/parse_cookies