mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 20:12:09 +03:00
11 lines
173 B
Plaintext
11 lines
173 B
Plaintext
GET http://localhost:8000/get-list
|
|
HTTP/1.0 200
|
|
[Captures]
|
|
list: jsonpath "$.values"
|
|
|
|
GET http://localhost:8000/undefined
|
|
[QueryStringParams]
|
|
param1: {{list}}
|
|
HTTP/1.1 200
|
|
|