Verify response headers for a GET request
Preconditions (2)
Step 1: Send a GET request to https://jsonplaceholder.typicode.com/posts/1
Step 2: Check the response headers for 'Content-Type'
Step 3: Check the response headers for 'Cache-Control'
Step 4: Check the response headers for 'Content-Encoding'
✅ Expected Result: The response headers contain 'Content-Type' with value 'application/json; charset=utf-8', 'Cache-Control' with a non-empty value, and 'Content-Encoding' header is present