-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the feature
Background: jshttp/cookie#60 (found it in an issue reported by @atinux)
Incoming cookie value can have the same name repeated and we pick the first.
We can allow them in two possible ways:
{ sameKeysPolicy: 'last' }as proposed in Reading duplicated cookies jshttp/cookie#60{ multiple: true }that makes return typeRecord<string, string | string[]>{ multiple: true }that concatinates multiple values with,
niklv
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request