https://github.com/hyfather/httpcolon
HTTP:Colon is the best tool for HTTP
https://github.com/hyfather/httpcolon
cache-control caching headers http https
Last synced: 27 days ago
JSON representation
HTTP:Colon is the best tool for HTTP
- Host: GitHub
- URL: https://github.com/hyfather/httpcolon
- Owner: hyfather
- License: mit
- Created: 2022-10-27T06:20:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-05-27T04:23:57.000Z (about 1 year ago)
- Last Synced: 2025-05-27T04:29:31.699Z (about 1 year ago)
- Topics: cache-control, caching, headers, http, https
- Language: TypeScript
- Homepage: https://httpcolon.dev/github.com
- Size: 1.02 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [httpcolon.dev](https://httpcolon.dev/)
## Contributions
Tooltips and descriptions for headers and directives are located [here](https://github.com/hyfather/httpcolon/tree/master/json). Please make a pull request if you see anything worth changing.
## npm scripts
### Build and dev scripts
- `dev` – start dev server
- `build` – bundle application for production
- `export` – exports static website to `out` folder
- `analyze` – analyzes application bundle with [@next/bundle-analyzer](https://www.npmjs.com/package/@next/bundle-analyzer)
### Testing scripts
- `typecheck` – checks TypeScript types
- `lint` – runs ESLint
- `prettier:check` – checks files with Prettier
- `jest` – runs jest tests
- `jest:watch` – starts jest watch
- `test` – runs `jest`, `prettier:check`, `lint` and `typecheck` scripts
----