image/apng 是一种 image 类型媒体(MIME),通常对应 .apng 等扩展名。
快速事实
什么是 image/apng
image/apng 是互联网上使用 image 类媒体类型的标准之一。当通过 HTTP 提供该类型内容时,应在响应中设置 Content-Type 头,例如:
Content-Type: image/apng
相关实体:该 MIME 类型关联的扩展名有 .apng,并通过 Content-Type 响应头(常配合 GET、POST、PUT、PATCH 等请求)。
相关格式:
关系链
相关扩展名
相关 MIME 类型
常配合使用
相关头
相关方法
常见问题
image/apng 是 image 类媒体类型之一,用于标识某种内容格式,服务器通过 Content-Type 头告知客户端。
.apng 等扩展名与该 MIME 类型关联。
在 HTTP 响应中发送 Content-Type: image/apng 即可。
来源与规范
更新于 2026-08-18
继续探索