Gerry Fletcher
Results
1
issues of
Gerry Fletcher
### Description It would be useful to be able to provide custom tracers, of the form: - `Request[F] => F[Unit]` - `Response[F] => F[Unit]` - `Throwable => F[Unit]` ### Use...