Package Exports
- @tinyhttp/app
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@tinyhttp/app) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@tinyhttp/app
tinyhttp core
Installation
This is a Node.js module available through the
npm registry. It can be installed using the
npm
or
yarn
command line tools.
npm install @tinyhttp/app --save
Dependencies
- @tinyhttp/etag: tinyhttp eTag module
- content-type: Create and parse HTTP Content-Type header
- proxy-addr: Determine address of proxied request
- range-parser: Range header field string parser
- regexparam: A tiny (308B) utility that converts route patterns into RegExp. Limited alternative to
path-to-regexp
🙇
Dev Dependencies
- @types/proxy-addr: TypeScript definitions for proxy-addr
- @types/range-parser: TypeScript definitions for range-parser
License
MIT