@chubbyts/chubbyts-http-types
Version:
Http Request/Response types with middleware and handler, PSR-15 inspired.
42 lines (29 loc) • 3.29 kB
Markdown
# chubbyts-http-types
[](https://github.com/chubbyts/chubbyts-http-types/actions?query=workflow%3ACI)
[](https://coveralls.io/github/chubbyts/chubbyts-http-types?branch=master)
[](https://dashboard.stryker-mutator.io/reports/github.com/chubbyts/chubbyts-http-types/master)
[](https://www.npmjs.com/package/@chubbyts/chubbyts-http-types)
[](https://sonarcloud.io/dashboard?id=chubbyts_chubbyts-http-types)
[](https://sonarcloud.io/dashboard?id=chubbyts_chubbyts-http-types)
[](https://sonarcloud.io/dashboard?id=chubbyts_chubbyts-http-types)
[](https://sonarcloud.io/dashboard?id=chubbyts_chubbyts-http-types)
[](https://sonarcloud.io/dashboard?id=chubbyts_chubbyts-http-types)
[](https://sonarcloud.io/dashboard?id=chubbyts_chubbyts-http-types)
[](https://sonarcloud.io/dashboard?id=chubbyts_chubbyts-http-types)
[](https://sonarcloud.io/dashboard?id=chubbyts_chubbyts-http-types)
[](https://sonarcloud.io/dashboard?id=chubbyts_chubbyts-http-types)
[](https://sonarcloud.io/dashboard?id=chubbyts_chubbyts-http-types)
[](https://sonarcloud.io/dashboard?id=chubbyts_chubbyts-http-types)
## Description
Http Request/Response types with middleware and handler, [PSR-15][2] inspired.
## Requirements
* node: 18
## Installation
Through [NPM](https://www.npmjs.com) as [@chubbyts/chubbyts-http-types][1].
```ts
npm i @chubbyts/chubbyts-http-types@^2.1.0
```
## Copyright
2025 Dominik Zogg
[1]: https://www.npmjs.com/package/@chubbyts/chubbyts-http-types
[2]: https://www.php-fig.org/psr/psr-15