Simple middleware for [tide](https://github.com/http-rs/tide) to log requests with [tracing](https://github.com/tokio-rs/tracing).
Go to file
Michael Pfaff 9e8d5ef5e9
Bump version
**Breaking changes**

- Remove `PartialEq<ReqComp> for ReqComps` (use `ReqComps::contains`
  instead)
- Rename `contains_many` to `contains_all`

**Other changes**

- Mark a bunch of methods `#[inline]`
- Reorder structs
- Add `Default for ReqComps`
- Replace `Into<ReqComps> for ReqComp` with `From<ReqComp> for ReqComps`
- Modify `LogMiddleware::log`
- Add tests
- Run `cargo fmt`
2022-03-07 16:24:50 -05:00
src Bump version 2022-03-07 16:24:50 -05:00
.gitignore Update to tide 0.16 2021-05-08 20:05:02 -04:00
Cargo.toml Bump version 2022-03-07 16:24:50 -05:00
LICENSE-APACHE Add license 2021-05-21 11:02:35 -04:00
LICENSE-MIT Add license 2021-05-21 11:02:35 -04:00
README.md Improve README.md 2021-05-08 20:30:38 -04:00

README.md

tide_tracing.rs

Simple middleware for tide to log requests with tracing.