UNPKG

@neoncitylights/typed-http

Version:

Provides strongly typed HTTP header names. Supports the Fetch API, XmlHttpRequest, and the Node.js HTTP module with zero-runtime overhead.

4 lines (3 loc) 134 B
export * as headers from './httpHeaders'; export * as methods from './httpMethods'; export * as statusCodes from './httpStatusCodes';