Not out of the box, do you need it for diagnostics...
# ktor
o
Not out of the box, do you need it for diagnostics? It would be easy to dump request line and headers to log with a simple interceptor, but not for the body of the request, because it’s async streaming as needed, and once consumed, can’t be replayed.