mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-19 20:35:36 +02:00
move encoding to server
This commit is contained in:
@@ -16,7 +16,7 @@ use cookie::Cookie;
|
||||
use body::Body;
|
||||
use error::Error;
|
||||
use handler::Responder;
|
||||
use encoding::ContentEncoding;
|
||||
use headers::ContentEncoding;
|
||||
use httprequest::HttpRequest;
|
||||
|
||||
/// Represents various types of connection
|
||||
|
||||
Reference in New Issue
Block a user