We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eff78b commit f70da90Copy full SHA for f70da90
packages/open-next/src/http/util.ts
@@ -31,7 +31,7 @@ export const convertHeader = (header: http.OutgoingHttpHeader) => {
31
/**
32
* Parses a (comma-separated) list of Set-Cookie headers
33
*
34
- * @param cookies A comma-separated list of Set-Cookie headers or a list of Set-Cookie header
+ * @param cookies A comma-separated list of Set-Cookie headers or a list of Set-Cookie headers
35
* @returns A list of Set-Cookie header
36
*/
37
export function parseSetCookieHeader(
0 commit comments