mirror of
https://github.com/fafhrd91/actix-web
synced 2025-04-09 07:42:58 +02:00
* feat: Add from_bytes/u8_bytes to dev::Payload This allows convinent construction of Payload from bytes which is useful in middlewares closes actix/actix-web#3589 Add doc comment and changelog entry * implement from<bytes/vec> for payload --------- Co-authored-by: Rob Ede <robjtede@icloud.com>