1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-07-01 00:44:26 +02:00

improve body size docs

This commit is contained in:
Rob Ede
2021-02-15 11:24:46 +00:00
parent 68d1bd88b1
commit 0404b78b54
3 changed files with 28 additions and 0 deletions

View File

@ -78,6 +78,7 @@ impl<B: MessageBody> Encoder<B> {
});
}
}
ResponseBody::Body(Encoder {
body,
eof: false,