disabled

Disables the plugin for all request.

If you need to disable it only for the specific request, please use HttpRequestBuilder.skipSavingBody:

client.get("http://myurl.com") {
skipSavingBody()
}