HTTP Headers
Compare the runtime value to the expected value for HTTP cookies.
This assertion checks the headers of an HTTP response and checks whether they match the expected value.
Example
{
"type": "httpHeaders",
"config": {
"headers": "content-encoding,content-type"
}
}
Configuration
Key | Description |
---|---|
headers | Comma-separated headers that will be compared at replay time. |