Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test_client: Remove redundant
headers()
fn
This returns essentially the same as the `headers()` fn of the inner `response`, so we might as well take advantage of the `Deref` implementation. This also avoids unnecessary cloning.
- Loading branch information