Wrapping hyper::body::Incoming using a custom body with custom data #3581
|
Hi everyone, Because polling |
Replies: 1 comment 7 replies
|
Are you expecting only to handle data frames? Perhaps you can get the data and then map it: https://docs.rs/hyper/latest/hyper/body/struct.Frame.html#method.into_data |
Are you expecting only to handle data frames? Perhaps you can get the data and then map it: https://docs.rs/hyper/latest/hyper/body/struct.Frame.html#method.into_data