http-directives
Version:
A TypeScript-friendly package that provides strongly-typed HTTP constants
11 lines (10 loc) • 576 B
text/typescript
export { CacheControl } from './directives/cache-control.cjs';
export { Charsets } from './directives/charsets.cjs';
export { ContentEncodings } from './directives/content-encodings.cjs';
export { CSPDirectives, CSPSources } from './directives/csp.cjs';
export { DNT } from './directives/dnt.cjs';
export { Headers } from './directives/headers.cjs';
export { Methods } from './directives/methods.cjs';
export { MimeTypes } from './directives/mime-types.cjs';
export { Protocols } from './directives/protocols.cjs';
export { StatusCodes } from './directives/status-codes.cjs';