diff options
author | Teddy Wing | 2020-06-28 11:26:16 +0200 |
---|---|---|
committer | Teddy Wing | 2020-06-28 11:26:16 +0200 |
commit | a2156b678a23d49a710ca5ff1345bee1c90254ec (patch) | |
tree | 181d47a4c674b81ac77e21bc9a96ad3537a89863 /examples | |
parent | 2504f6c2db528a348dc6cdb2e48b1f9d8d30dda3 (diff) | |
download | fastcgi-conduit-a2156b678a23d49a710ca5ff1345bee1c90254ec.tar.bz2 |
FastCgiRequest: Implement `conduit::RequestExt` `body` method
Needed to change some things around to be able to use a mutable borrow
for the `fastcgi::Stdin` body and an immutable borrow of `request` for
all the other fields.
Passed `fastcgi::Stdin` over through a `Read` implementation, because
returning `&mut self.request.stdin()` was impossible, since the caller
owns the `fastcgi::Stdin` reference.
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions