Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add trillium::Conn::response_body() to borrow the response body
trillium_http::Conn supports returning a borrow of the response body, but trillium:Conn doesn't have a corresponding method. This is useful for examining a response body non-destructively without having to take it and re-set it afterwards.
- Loading branch information