Ktor 1.6.8 Help

Plugins

Similar to the server, Ktor supports plugins on the client. And it has the same design: there is a pipeline for client HTTP requests, and there are interceptors and installable plugins.

Creating custom plugins

If you want to create plugins, you can use the standard plugins as a reference.

Last modified: 29 November 2021