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 6e34ab0 commit 2eff78bCopy full SHA for 2eff78b
packages/open-next/src/http/util.ts
@@ -29,9 +29,9 @@ export const convertHeader = (header: http.OutgoingHttpHeader) => {
29
};
30
31
/**
32
- * Parses a (coma-separated) list of Set-Cookie headers
+ * Parses a (comma-separated) list of Set-Cookie headers
33
*
34
- * @param cookies A coma-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 header
35
* @returns A list of Set-Cookie header
36
*/
37
export function parseSetCookieHeader(
0 commit comments