Añade respuestas web con redirecciones HTTP

This commit is contained in:
Manuel Cillero 2025-07-25 18:25:42 +02:00
parent 0748261692
commit d85458d357
5 changed files with 109 additions and 1 deletions

View file

@ -6,7 +6,7 @@ pub use actix_web::dev::ServiceFactory as Factory;
pub use actix_web::dev::ServiceRequest as Request;
pub use actix_web::dev::ServiceResponse as Response;
pub use actix_web::{http, rt, web};
pub use actix_web::{App, Error, HttpRequest, HttpServer};
pub use actix_web::{App, Error, HttpRequest, HttpResponse, HttpServer};
#[doc(hidden)]
pub use actix_web::test;