InputPOST /api/v1/x402/http-header-diff
{
"before": {
"content-type": "text/html",
"strict-transport-security": "max-age=60"
},
"after": {
"Content-Type": "text/html",
"Strict-Transport-Security": "max-age=31536000"
}
}
Delivered resultapplication/json
{
"schema": "delx/util-http-header-diff/v1",
"changed": [
{
"name": "strict-transport-security",
"before": "max-age=60",
"after": "max-age=31536000"
}
],
"added": [],
"removed": [],
"unchanged_count": 1,
"security_sensitive_changes": [
"strict-transport-security"
],
"credential_values_redacted": true
}