✨ Añade respuestas web con redirecciones HTTP
This commit is contained in:
parent
0748261692
commit
d85458d357
5 changed files with 109 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue