1
0
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:
Nikolay Kim
2018-01-11 18:41:33 -08:00
parent 8a058efb4e
commit ac89880c0a
8 changed files with 25 additions and 26 deletions

View File

@@ -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