Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 302 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 302 Bytes

Simulate Slow Server

Small application simulating a slow server by creating a custom interceptor for Ktor

Running

Execute this command to run the sample:

./gradlew run

And navigate to http://localhost:8080/ to see the sample home page.