/slow

A slowly non-reactive responding HTTP service

Primary LanguageJava

Slow

This service is used to perform simulate locally a slow, non-reactive HTTP service.

Setup

  • checkout the project
  • run the SlowApplication with -Dserver.port=<port>

API

You will simply need to do a:

GET http://localhost:<port>/test/delay?delay=<delay_before_answer>