Files
Cursor Agent 5c415984bf Refactor Server-Timing header generation and add tests
This commit refactors the Server-Timing header generation to be more efficient and adds comprehensive tests for its behavior in development and production environments. It also includes a new test SQL file for server timing verification.

Co-authored-by: contact <contact@ophir.dev>
2025-10-22 20:03:09 +00:00

12 lines
167 B
Rust

mod basic;
mod common;
mod components;
mod core;
mod data_formats;
mod errors;
mod requests;
mod server_timing;
pub mod sql_test_files;
mod transactions;
mod uploads;