1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-22 05:35:08 +02:00

remove PayloadBuffer

This commit is contained in:
Nikolay Kim
2019-04-03 03:20:20 -07:00
parent 2a89b995aa
commit f56072954b
3 changed files with 6 additions and 398 deletions

View File

@@ -12,7 +12,7 @@ mod service;
pub use self::client::{ClientCodec, ClientPayloadCodec};
pub use self::codec::Codec;
pub use self::dispatcher::Dispatcher;
pub use self::payload::{Payload, PayloadBuffer};
pub use self::payload::Payload;
pub use self::service::{H1Service, H1ServiceHandler, OneRequest};
#[derive(Debug)]