List view
- No due date•6/17 issues closed
## 🧭 Goal Make Relic modular and decoupled enough to be used either: - As a standalone web server for Dart projects, or - Embedded into other frameworks like Serverpod as an internal HTTP engine. This milestone focuses on isolating system dependencies, improving extensibility, and creating a clean API surface suitable for a variety of integration use cases. ## ✅ Completion Criteria - Relic’s public API no longer depends on `dart:io` (where resonable) - Users can define and use typed custom headers in routes - Clear documentation exists for: - Using Relic as a lightweight standalone server - Embedding Relic as a handler in other Dart server frameworks - A working example shows Relic integrated or wrapped in another framework
No due date•31/31 issues closed