mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-07 08:22:41 +08:00
9 lines
165 B
YAML
9 lines
165 B
YAML
|
|
name: headers
|
|
request:
|
|
url: http://httpbin.org/headers
|
|
method: GET
|
|
validate:
|
|
- eq: ["status_code", 200]
|
|
- eq: [content.headers.Host, "httpbin.org"]
|