@hint/hint-validate-set-cookie-header
Version:
hint for best practices related to the usage of the Set-Cookie response header.
3 lines • 557 B
TypeScript
export declare type MessageName = 'description' | 'duplicatedDirective' | 'hasDomainHostPrefix' | 'hasPrefixHttp' | 'hasSecureHttp' | 'invalidDate' | 'invalidDateFormat' | 'invalidName' | 'invalidValue' | 'maxAgeAndExpireDuplicate' | 'maxAgeCompatibility' | 'name' | 'noHttpOnly' | 'noNameValueString' | 'noPathHasHostPrefix' | 'noSecure' | 'noTrilingSemicolon' | 'unknownAttribute';
export declare const getMessage: (message: MessageName, language: string, substitutions?: string | string[] | undefined) => string;
//# sourceMappingURL=i18n.import.d.ts.map