mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 10:27:42 +02:00
migrate to actix-web beta 14 (#209)
This commit is contained in:
@ -2,7 +2,10 @@ use actix_service::fn_service;
|
||||
use actix_utils::future::ok;
|
||||
use actix_web::{
|
||||
dev::{ServiceRequest, Transform},
|
||||
http::{header, HeaderValue, Method, StatusCode},
|
||||
http::{
|
||||
header::{self, HeaderValue},
|
||||
Method, StatusCode,
|
||||
},
|
||||
test::{self, TestRequest},
|
||||
HttpResponse,
|
||||
};
|
||||
|
Reference in New Issue
Block a user