Giter Club home page Giter Club logo

Comments (10)

jonathanong avatar jonathanong commented on August 17, 2024 1

This isn't really the purpose of this module. but I think we should be able to do .names() or something to get all the cookie names.

from cookies.

joeyespo avatar joeyespo commented on August 17, 2024 1

@jonathanong Sure. Working with cookies in Node has just been a very fragmented experience. This would help smooth it out a bit.

from cookies.

House3272 avatar House3272 commented on August 17, 2024 1

Has there been any progress on implementing this feature?

from cookies.

Rimin avatar Rimin commented on August 17, 2024 1

i also want to get all cookies; it would be good if support;

from cookies.

tonyxiao avatar tonyxiao commented on August 17, 2024

is there a workaround for this issue?

from cookies.

dougwilson avatar dougwilson commented on August 17, 2024

No workaround unless you parse the header yourself, at which point you're probably just not using this module. If someone makes a PR, we can take a look.

from cookies.

dougwilson avatar dougwilson commented on August 17, 2024

No PR has been submitted yet, so I assume no.

from cookies.

shri3k avatar shri3k commented on August 17, 2024

Correct me if I'm wrong but wouldn't the PR just be adding

if (!name) return header

in this line? or I might have misunderstood on what is being requested.

from cookies.

shri3k avatar shri3k commented on August 17, 2024

@dougwilson would you be interested in a PR with the above changes (with tests/docs update too of course)?

from cookies.

creeperyang avatar creeperyang commented on August 17, 2024

@shri3k No, the header here is just raw cookie string.

The express cookie middleware will parse the entire cookie string and generate the all cookie object.

Can we do this too? Such as when call ctx.cookie.get(name) first time, we parse the entire cookie string to the object and cache it.

from cookies.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.