[][src]Function httptest::mappers::inspect

pub fn inspect<M>(inner: M) -> Inspect<M>

inspect the input and pass it to the next mapper.

This logs the value as it passes it to the next mapper unchanged. Can be useful when troubleshooting why a matcher may not be working as intended.