mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 02:19:22 +02:00
split encoding module
This commit is contained in:
@ -18,7 +18,7 @@ use error::Error;
|
||||
use error::PayloadError;
|
||||
use header::ContentEncoding;
|
||||
use httpmessage::HttpMessage;
|
||||
use server::encoding::PayloadStream;
|
||||
use server::input::PayloadStream;
|
||||
use server::WriterState;
|
||||
|
||||
/// A set of errors that can occur during request sending and response reading
|
||||
|
@ -21,7 +21,7 @@ use tokio_io::AsyncWrite;
|
||||
|
||||
use body::{Binary, Body};
|
||||
use header::ContentEncoding;
|
||||
use server::encoding::{ContentEncoder, Output, TransferEncoding};
|
||||
use server::output::{ContentEncoder, Output, TransferEncoding};
|
||||
use server::WriterState;
|
||||
|
||||
use client::ClientRequest;
|
||||
|
Reference in New Issue
Block a user