V3 changes #68
nfriedly
announced in
Announcements
Replies: 1 comment 1 reply
-
I reckon for the splitting, just adding an additional function of const cookies = setCookieParser.parse(setCookieParser.splitCookieString(res.headers.get('set-cookie'))).reduce((obj, c) => { obj[c.name] = c; return obj}) Just adding the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm thinking about the changes I'd like to see in a version 3. The two big ones that I'd like to get in are:
Things I'm considering but haven't yet decided one way or the other:
Splitparse()
intoparseToArray()
andparseToMap()
to make for simpler typing? (Or support all 3?)Beta Was this translation helpful? Give feedback.
All reactions