1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-03-15 20:53:06 +01:00
This commit is contained in:
valaphee 2024-07-13 17:21:20 +02:00
parent b227167d49
commit 9fa392de97
No known key found for this signature in database
GPG Key ID: 0F2ECD7ABFC35745
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ use actix_web::{
http::{ http::{
header::{ header::{
self, Charset, ContentDisposition, ContentEncoding, DispositionParam, DispositionType, self, Charset, ContentDisposition, ContentEncoding, DispositionParam, DispositionType,
ExtendedValue, HeaderValue, ExtendedValue,
}, },
StatusCode, StatusCode,
}, },

View File

@ -1,11 +1,11 @@
use actix_files::{Files, NamedFile}; use actix_files::Files;
use actix_web::{ use actix_web::{
http::{ http::{
header::{self, HeaderValue}, header::{self, HeaderValue},
StatusCode, StatusCode,
}, },
test::{self, TestRequest}, test::{self, TestRequest},
web, App, App,
}; };
#[actix_web::test] #[actix_web::test]