1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-03-15 12:43: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::{
header::{
self, Charset, ContentDisposition, ContentEncoding, DispositionParam, DispositionType,
ExtendedValue, HeaderValue,
ExtendedValue,
},
StatusCode,
},

View File

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