mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-26 11:43:08 +03:00
13 lines
167 B
Plaintext
13 lines
167 B
Plaintext
GET http://localhost:8000/get-list
|
|
|
|
HTTP 200
|
|
[Captures]
|
|
list: jsonpath "$.values"
|
|
|
|
|
|
GET http://localhost:8000/undefined
|
|
[QueryStringParams]
|
|
param1: {{list}}
|
|
HTTP 200
|
|
|