mirror of
https://github.com/actix/actix-web.git
synced 2025-05-15 04:08:56 +00:00
export PayloadStream
This commit is contained in:
parent
a41459bf69
commit
8d4ce0c956
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ pub use self::error::{Error, ResponseError, Result};
|
|||
pub use self::extensions::Extensions;
|
||||
pub use self::httpmessage::HttpMessage;
|
||||
pub use self::message::{Message, RequestHead, ResponseHead};
|
||||
pub use self::payload::Payload;
|
||||
pub use self::payload::{Payload, PayloadStream};
|
||||
pub use self::request::Request;
|
||||
pub use self::response::Response;
|
||||
pub use self::service::{SendError, SendResponse};
|
||||
|
|
Loading…
Reference in a new issue