disabled

Deprecated

It is no longer possible to disable body saving for all requests. Use client.prepareRequest(...).execute { ... } syntax to prevent saving the body in memory. This API is deprecated and will be removed in Ktor 4.0.0 If you were relying on this functionality, share your use case by commenting on this issue: https://youtrack.jetbrains.com/issue/KTOR-8367/

Disables the plugin for all requests. Note that the body of streaming responses is not saved.

Report a problem