0

根据https://stackoverflow.com/questions/17183124/standard-http-headers-equivalents-for-a-custom-protocol,我试图避免在旧的可以做的地方创建新的 HTTP 标头,我特别想支持统一码。

据我所知,RFC5987引用的“参数” (它提供了一种支持 Unicode 的方法)在标头 TE、Transfer-Encoding 以及 Content-Type 和 Accept(即媒体类型)中明确使用。

虽然“期望”(RFC2616)和“首选”(draft-snell-http-prefer-18)表示使用排序参数,但据我所知,它们并没有明确引用 RFC5987(反之亦然) ,所以我想知道这些标头是否可用于以标准认可的方式嵌入 Unicode 值(在参数部分中)。

4

1 回答 1

2

The only header fields that currently support RFC 5987 encoding are Content-Disposition and Link.

Out of curiosity: why do you need non-ASCII characters in Expect/Prefer?

于 2013-06-21T06:16:22.297 回答