// Server entry tests (compile checks)
//
// These tests intentionally avoid spinning up a live HTTP server.
// They ensure that the server router builds and satisfies basic trait
// bounds, catching accidental compile regressions in handlers/routes.
use build_router;
/// Helper to assert a type is Send at compile time.
/// Helper to assert a type is 'static at compile time.
// Router builds with proxy route enabled (always-on in this build).