mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-22 15:42:20 +03:00
20 lines
324 B
Plaintext
20 lines
324 B
Plaintext
GET http://localhost:8000/to-entry/1
|
|
HTTP 200
|
|
`Reached entry 1`
|
|
|
|
GET http://localhost:8000/to-entry/2
|
|
HTTP 200
|
|
`Reached entry 2`
|
|
|
|
GET http://localhost:8000/to-entry/3
|
|
HTTP 200
|
|
`Reached entry 3`
|
|
|
|
GET http://localhost:8000/to-entry/4
|
|
HTTP 200
|
|
`Reached entry 4`
|
|
|
|
GET http://localhost:8000/to-entry/5
|
|
HTTP 200
|
|
`Reached entry 5`
|