UNPKG

http-directives

Version:

A TypeScript-friendly package that provides strongly-typed HTTP constants

11 lines (10 loc) 566 B
export { CacheControl } from './directives/cache-control.js'; export { Charsets } from './directives/charsets.js'; export { ContentEncodings } from './directives/content-encodings.js'; export { CSPDirectives, CSPSources } from './directives/csp.js'; export { DNT } from './directives/dnt.js'; export { Headers } from './directives/headers.js'; export { Methods } from './directives/methods.js'; export { MimeTypes } from './directives/mime-types.js'; export { Protocols } from './directives/protocols.js'; export { StatusCodes } from './directives/status-codes.js';