Skip to content

Latest commit

 

History

History
 
 

simulate-slow-server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Simulate Slow Server

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

Running

Execute this command in the repository's root directory to run this sample:

./gradlew :simulate-slow-server:run

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