Test if the client RequestLogger
works in http4s
.
sbt run
should test all client implementations (Async
, Blaze
, Jetty
, OkHttp
).
Currently:
ResponseLogger
works for all clientsRequestLogger
does not work forAsync
orOkHttp
Test if the client RequestLogger
works in http4s
.
sbt run
should test all client implementations (Async
, Blaze
, Jetty
, OkHttp
).
Currently:
ResponseLogger
works for all clientsRequestLogger
does not work for Async
or OkHttp