http
POST /api/images HTTP/1.1
Host: cdn.example.com
Content-Type: image/webp
Content-Length: 2097152
Expect: 100-continue
HTTP/1.1 417 Expectation Failed
Content-Type: application/json
{
"error": "unsupported_content_type",
"message": "Content-Type image/webp not supported",
"supported_types": ["image/jpeg", "image/png", "image/gif"]
}