New feature, improvement proposal
The transport listener should (optionally) get additional details about the transport. Exposing this (also in the CLI) is helpful to debug issues.
Relevant for HTTP-based transports may be
- HTTP Protocol version
- Compression algorithm (if used)
- Transfer size (compressed data size)
Increasing the log level of the underlying HTTP clients is often cumbersome, therefore it should be as easy as possible to expose those details.