mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 09:44:22 +03:00
20 lines
354 B
Plaintext
20 lines
354 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```
|