mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
10 lines
176 B
YAML
10 lines
176 B
YAML
|
|
name: headers
|
|
base_url: http://httpbin.org
|
|
request:
|
|
url: /headers
|
|
method: GET
|
|
validate:
|
|
- eq: ["status_code", 200]
|
|
- eq: [content.headers.Host, "httpbin.org"]
|