mirror of https://github.com/fafhrd91/actix-web
fmt
This commit is contained in:
parent
9431e2c906
commit
a20e526971
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
use bytes::{Bytes, BytesMut};
|
use bytes::{Bytes, BytesMut};
|
||||||
|
|
||||||
|
mod chunked;
|
||||||
mod client;
|
mod client;
|
||||||
mod codec;
|
mod codec;
|
||||||
mod decoder;
|
mod decoder;
|
||||||
|
@ -11,7 +12,6 @@ mod expect;
|
||||||
mod payload;
|
mod payload;
|
||||||
mod service;
|
mod service;
|
||||||
mod upgrade;
|
mod upgrade;
|
||||||
mod chunked;
|
|
||||||
mod utils;
|
mod utils;
|
||||||
|
|
||||||
pub use self::client::{ClientCodec, ClientPayloadCodec};
|
pub use self::client::{ClientCodec, ClientPayloadCodec};
|
||||||
|
|
Loading…
Reference in New Issue