web / HTTP / content encoding

HTTP Content-Encoding review guide

Review gzip, br, identity, double compression, Vary, and Transfer-Encoding with synthetic cases. No URL or body is fetched.

Header and body boundaries

Separate Content-Encoding as representation coding, Vary as cache variation, and Transfer-Encoding as a transport concern.

CaseResultKey point
Choose a case to show the matrix.

Why no real response is handled

This page performs no URL fetch, upload, external request, storage, or parsing.

Synthetic results do not certify a real server's compression, cache, or transfer settings. Confirm the receiving contract and actual response separately.