UNPKG

@hint/hint-validate-set-cookie-header

Version:

hint for best practices related to the usage of the Set-Cookie response header.

13 lines 300 B
export declare type ParsedSetCookieHeader = { domain?: string; expires?: string; httponly?: boolean; 'max-age'?: string; name: string; path?: string; resource?: string; samesite?: boolean; secure?: boolean; value: string; }; //# sourceMappingURL=types.d.ts.map