UNPKG

@poppanator/http-constants

Version:

This package contains various HTTP constants: http status codes and texts, HTTP header names and HTTP methods, and a few related utility function.

9 lines (8 loc) 328 B
export * as status from './codes.js'; export * from './functions.js'; export * as header from './headers/index.js'; export * as method from './methods.js'; export type { Method } from './methods.js'; export * as statusText from './texts.js'; export * as tuple from './tuples.js'; export type { StatusTuple } from './tuples.js';