mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-19 17:01:36 +03:00
10 lines
210 B
Plaintext
10 lines
210 B
Plaintext
|
# First, start a timer
|
||
|
GET http://localhost:8000/delay-init
|
||
|
HTTP 200
|
||
|
|
||
|
# This request must reach the server at least 1000ms after the first request
|
||
|
GET http://localhost:8000/delay
|
||
|
[Options]
|
||
|
delay: 1000
|
||
|
HTTP 200
|