@remix-run/headers
Version:
A toolkit for working with HTTP headers in JavaScript
16 lines • 1.14 kB
TypeScript
export { type AcceptInit, Accept } from './lib/accept.ts';
export { type AcceptEncodingInit, AcceptEncoding } from './lib/accept-encoding.ts';
export { type AcceptLanguageInit, AcceptLanguage } from './lib/accept-language.ts';
export { type CacheControlInit, CacheControl } from './lib/cache-control.ts';
export { type ContentDispositionInit, ContentDisposition } from './lib/content-disposition.ts';
export { type ContentRangeInit, ContentRange } from './lib/content-range.ts';
export { type ContentTypeInit, ContentType } from './lib/content-type.ts';
export { type CookieInit, Cookie } from './lib/cookie.ts';
export { type IfMatchInit, IfMatch } from './lib/if-match.ts';
export { type IfNoneMatchInit, IfNoneMatch } from './lib/if-none-match.ts';
export { IfRange } from './lib/if-range.ts';
export { type RangeInit, Range } from './lib/range.ts';
export { type CookieProperties, type SetCookieInit, SetCookie } from './lib/set-cookie.ts';
export { type VaryInit, Vary } from './lib/vary.ts';
export { type SuperHeadersInit, SuperHeaders, SuperHeaders as default, } from './lib/super-headers.ts';
//# sourceMappingURL=index.d.ts.map