dumpRequest

suspend fun dumpRequest(request: HttpRequestBuilder, dumpBody: Boolean): String

Dump a debug description of the request

Parameters

dumpBody

Flag controlling whether to also dump the body out. If true the body will be consumed and replaced.