API Documentation - Version 0.1.6
Application framework with builder pattern for configuring Varel applications.
High-performance radix tree router with O(k) lookup and Roda-style path consumption.
HTTP request/response handling with Context, cookies, uploads, and helper functions.
Built-in middleware: logging, CORS, sessions, auth, CSRF, rate limiting, compression.
PostgreSQL database helpers with direct connections, transactions, and migrations.
VeeMarker template rendering with layouts and compile-time template compilation.
Session management with cookie-based and PostgreSQL storage backends.
Authentication handlers and user management for securing Varel applications.
Static file serving with MIME type detection, caching headers, and ETag support.
Multi-worker picoev server with master process management and graceful shutdown.
Rails-style controller pattern for organizing application route handlers.
Testing framework with HTTP test client, assertions, and test fixtures.