mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-19 17:01:36 +03:00
12 lines
313 B
Plaintext
12 lines
313 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 previous request
|
|
GET http://localhost:8000/delay
|
|
HTTP 200
|
|
|
|
# This request must reach the server at least 1000ms after the previous request
|
|
GET http://localhost:8000/delay
|
|
HTTP 200
|