actix-web-lab 0.26.0

In-progress extractors and middleware for Actix Web
Documentation
1
2
3
4
5
6
7
8
9
//! Experimental body types.
//!
//! Analogous to the `body` module in Actix Web.

pub use crate::{
    body_async_write::{Writer, writer},
    body_channel::{Sender, channel},
    infallible_body_stream::{new_infallible_body_stream, new_infallible_sized_stream},
};