This commit is contained in:
Rob Ede 2021-08-11 22:00:38 +01:00
parent 9431e2c906
commit a20e526971
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,7 @@
use bytes::{Bytes, BytesMut};
mod chunked;
mod client;
mod codec;
mod decoder;
@ -11,7 +12,6 @@ mod expect;
mod payload;
mod service;
mod upgrade;
mod chunked;
mod utils;
pub use self::client::{ClientCodec, ClientPayloadCodec};