lookup> message/rfc822

message/rfc822

message/rfc822 是一种 message 类型媒体(MIME),通常对应 .eml、.mime、.mht、.mhtml 等扩展名。

message可压缩Content-Type
MIME 类型message/rfc822
扩展名.eml .mime .mht .mhtml
字符集
可压缩
来源iana

message/rfc822

message/rfc822 是互联网上使用 message 类媒体类型的标准之一,可安全压缩以减少传输体积。当通过 HTTP 提供该类型内容时,应在响应中设置 Content-Type 头,例如:

Content-Type: message/rfc822

相关实体:该 MIME 类型关联的扩展名有 .eml.mime.mht.mhtml,并通过 Content-Type 响应头(常配合 GET、POST、PUT、PATCH 等请求)。

相关格式:

EML OtherMIME OtherMHT Other
.eml .mime .mht以媒体类型提供
mime type
message/rfc822通过响应头发送
http header

message/rfc822 通过 HTTP 的 Content-Type 头标识内容类型,并常用于以下请求方法:

message/rfc822 是什么?

message/rfc822 是 message 类媒体类型之一,用于标识某种内容格式,服务器通过 Content-Type 头告知客户端。

哪些扩展名使用 message/rfc822?

.eml, .mime, .mht, .mhtml 等扩展名与该 MIME 类型关联。

如何设置 message/rfc822 的 Content-Type?

在 HTTP 响应中发送 Content-Type: message/rfc822 即可。

相关扩展名

相关 MIME 类型

相关头

相关方法