mimly-wkit

Results 2 issues of mimly-wkit

Is it possible to customize the HTTP log output, for example as below? ![issue](https://github.com/zalando/logbook/assets/120388796/981a8084-c22f-4416-a18b-7d2ffcdf4fcb) `DefaultHttpLogFormatter` seems to not work this way: ``` bash 2023-05-09T18:17:37.155+02:00 TRACE 18434 --- [nio-8989-exec-4] org.zalando.logbook.Logbook :...

Feature

## Description `curl -vvv -X POST localhost:8989/api/login -H "content-type: application/json" -d '{"username":"a","password":"b"}'` ``` bash Note: Unnecessary use of -X or --request, POST is already inferred. * Trying 127.0.0.1:8989... * Connected...

Bug