Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 317 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 317 Bytes

Build and run on Linux OS

make build
make run

Usage

curl -i \
-H "Accept: application/json" \
-H "Content-type: application/json" \
-X POST \
-d '{"timeout":1000}' \
http://localhost:8080/api/slow

Test run

make test

The default application parameters in .env.dist are overridden in .env