mirror of https://github.com/fafhrd91/actix-web
Re-export bytes::Buf and bytes::BufMut as well
Signed-off-by: Daniel Egger <daniel.egger@axiros.com>
This commit is contained in:
parent
98243db9f1
commit
076b758f41
|
@ -4,7 +4,7 @@ use actix_router::IntoPattern;
|
||||||
use std::future::Future;
|
use std::future::Future;
|
||||||
|
|
||||||
pub use actix_http::Response as HttpResponse;
|
pub use actix_http::Response as HttpResponse;
|
||||||
pub use bytes::{Bytes, BytesMut};
|
pub use bytes::{Buf, BufMut, Bytes, BytesMut};
|
||||||
pub use futures_channel::oneshot::Canceled;
|
pub use futures_channel::oneshot::Canceled;
|
||||||
|
|
||||||
use crate::error::BlockingError;
|
use crate::error::BlockingError;
|
||||||
|
|
Loading…
Reference in New Issue