mirror of https://github.com/fafhrd91/actix-web
fix import
This commit is contained in:
parent
450882ef30
commit
8b965a1a2a
|
@ -12,10 +12,10 @@ use std::os::unix::fs::MetadataExt;
|
|||
|
||||
use actix_service::{Service, ServiceFactory};
|
||||
use actix_web::{
|
||||
body::{self, BoxBody},
|
||||
body::{self, BoxBody, SizedStream},
|
||||
dev::{
|
||||
AppService, BodyEncoding, HttpServiceFactory, ResourceDef, ServiceRequest,
|
||||
ServiceResponse, SizedStream,
|
||||
ServiceResponse,
|
||||
},
|
||||
http::{
|
||||
header::{
|
||||
|
|
Loading…
Reference in New Issue