Allows cleaner URLs. Frame the concept in practical terms so you can explain it during interview discussion.
HTTP header versioning keeps URLs cleaner by embedding version information within request headers rather than the URL. This approach can be beneficial when maintaining large APIs. For example, a shipping service might include a 'Version' header to determine which version of the API should process the request, allowing for more seamless upgrades.