What is cookie-parser?
"Parse HTTP request cookies"
cookie-parser is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 12.7 KB on disk.
Installation Guide
# Install via NPM
npm install cookie-parser
# Install via Yarn
yarn add cookie-parser