We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c196629 commit 2cf7a4cCopy full SHA for 2cf7a4c
CHANGELOG.md
@@ -3,6 +3,8 @@
3
All notable changes to this project will be documented in this file.
4
5
## Unreleased
6
-- Add configuration support for bind address, thread count, and document root.
7
-- Add minimal HTTP request parsing and static file routing.
8
-- Add CI workflow for formatting, linting, and tests.
+- Introduce the Raw framework core with async routing and middleware.
+- Add static file middleware, request ID, and logging helpers.
+- Provide request helpers for JSON parsing and response helpers for JSON/HTML/text.
9
+- Add the Raw CLI with project scaffolding.
10
+- Expand docs and examples for the new framework.
0 commit comments