# @taxum/core

[![Test](https://github.com/DASPRiD/taxum/actions/workflows/test.yml/badge.svg)](https://github.com/DASPRiD/taxum/actions/workflows/test.yml)
[![codecov](https://codecov.io/gh/DASPRiD/taxum/graph/badge.svg?token=fMAHt3CqfR&component=core)](https://codecov.io/gh/DASPRiD/taxum)

---

Core components of the [taxum](https://github.com/dasprid/taxum) HTTP server
framework.

This package provides the core functionality of the taxum framework like
HTTP handling, routing, standard layers, etc.

For additional functionality, check out the following packages:

- [`@taxum/cookie`](https://github.com/DASPRiD/taxum/tree/main/packages/cookie): for cookie management
- [`@taxum/fs`](https://github.com/DASPRiD/taxum/tree/main/packages/fs): for serving files from your filesystem
- [`@taxum/jwt`](https://github.com/DASPRiD/taxum/tree/main/packages/jwt): for handling JWT authentication

## Documentation

To check out docs, visit [taxum.js.org](https://taxum.js.org).

## Changelog

Detailed changes for each release are documented in the [CHANGELOG](https://github.com/dasprid/taxum/blob/main/packages/fs/CHANGELOG.md)

## License

[BSD-3-Clause](https://github.com/dasprid/taxum/blob/main/LICENSE)

Copyright (c) 2025-present, Ben Scholzen 'DASPRiD'
