🎨 Mejora la página de bienvenida y el tema básico #6

Merged
manuelcillero merged 37 commits from advanced-welcome-page into main 2025-09-20 12:37:55 +02:00
Showing only changes of commit c6c8c66a97 - Show all commits

View file

@ -117,6 +117,12 @@ pub struct Context {
id_counter : usize, // Contador para generar identificadores únicos. id_counter : usize, // Contador para generar identificadores únicos.
} }
impl Default for Context {
fn default() -> Self {
Context::new(None)
}
}
impl Context { impl Context {
/// Crea un nuevo contexto asociado a una solicitud HTTP. /// Crea un nuevo contexto asociado a una solicitud HTTP.
/// ///