A ClientResponseReaderFunc currently only has access to the response:
|
return readResponse.ReadResponse(response{res}, cons) |
Would it be possible to (maybe optionally) give it access to the request as well?
I would like to implement extended error handling that would log failed requests+responses only (rather than all conversations via DEBUG).
Thanks!
A ClientResponseReaderFunc currently only has access to the response:
runtime/client/runtime.go
Line 487 in 6a17228
Would it be possible to (maybe optionally) give it access to the request as well?
I would like to implement extended error handling that would log failed requests+responses only (rather than all conversations via DEBUG).
Thanks!