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 8a7353dc97
Configurable, improved, middleware struct instead of function
2021-01-21 11:49:00 -05:00
src Configurable, improved, middleware struct instead of function 2021-01-21 11:49:00 -05:00
.gitignore Initial commit 2021-01-18 22:39:08 -05:00
Cargo.lock Configurable, improved, middleware struct instead of function 2021-01-21 11:49:00 -05:00
Cargo.toml Configurable, improved, middleware struct instead of function 2021-01-21 11:49:00 -05:00
README.md Initial commit 2021-01-18 22:39:08 -05:00

README.md

Tide Tracing

Simple middleware for Tide to log requests with Tracing