mirror of https://github.com/fafhrd91/actix-web
fmt
This commit is contained in:
parent
6c1d115ccd
commit
c86dee2fa2
|
@ -23,7 +23,7 @@ use actix_web::{
|
|||
dev::{AppConfig, BodyEncoding},
|
||||
http::{header, Cookie},
|
||||
middleware::Compress,
|
||||
web, App, Error, HttpMessage, HttpRequest, HttpResponse,
|
||||
web, App, Error, HttpMessage, HttpRequest, HttpResponse,
|
||||
};
|
||||
use awc::error::{JsonPayloadError, PayloadError, SendRequestError};
|
||||
|
||||
|
|
Loading…
Reference in New Issue