A sample Ktor project showing how to create custom plugins for the client.
To run this sample, execute the following command in a repository's root directory:
./gradlew :client-custom-plugin:run
Each of the installed plugins should add some information to the output, for example:
- A custom header added to each request.
- A list of request and response headers.
- The time between sending a request and receiving a response.