Wrapping hyper::body::Incoming using a custom body with custom data #3581
-
Hi everyone,
Because polling |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
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