https://github.com/js2me/http-status-code-types
https://github.com/js2me/http-status-code-types
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/js2me/http-status-code-types
- Owner: js2me
- License: mit
- Created: 2025-04-05T08:52:52.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-21T12:20:55.000Z (about 1 year ago)
- Last Synced: 2025-05-08T03:48:09.811Z (about 1 year ago)
- Language: TypeScript
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# http status codes type
[![NPM version][npm-image]][npm-url] [![test status][github-test-actions-image]][github-actions-url] [![build status][github-build-actions-image]][github-actions-url] [![npm download][download-image]][download-url] [![bundle size][bundlephobia-image]][bundlephobia-url]
[npm-image]: http://img.shields.io/npm/v/http-status-code-types.svg
[npm-url]: http://npmjs.org/package/http-status-code-types
[github-test-actions-image]: https://github.com/js2me/http-status-code-types/workflows/Test/badge.svg
[github-build-actions-image]: https://github.com/js2me/http-status-code-types/workflows/Build/badge.svg
[github-actions-url]: https://github.com/js2me/http-status-code-types/actions
[download-image]: https://img.shields.io/npm/dm/http-status-code-types.svg
[download-url]: https://npmjs.org/package/http-status-code-types
[bundlephobia-url]: https://bundlephobia.com/result?p=http-status-code-types
[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/http-status-code-types
```
import type {
HttpInformationalStatusCode,
HttpSuccessStatusCode,
HttpRedirectionStatusCode,
HttpClientErrorStatusCode,
HttpServerErrorStatusCode,
HttpStatusCode,
} from "http-status-code-types";
```