Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 531 Bytes

File metadata and controls

16 lines (11 loc) · 531 Bytes

Client - Custom plugin

A sample Ktor project showing how to create custom plugins for the client.

Running

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.