0

I've found good documentation for the structure of trailer headers at MDN, but I have not been able to find any list of standard HTTP Trailer Header names.

Have these been standardized or codified anywhere? Are there any APIs that are commonly referenced for the use of trailer headers? Are there any HTTP trailer headers that are "generally understood" in terms of their meaning?

Some examples of trailer headers seen in the wild:

Related:

turtlemonvh
  • 9,149
  • 6
  • 47
  • 53
  • As Trailer header-name indicates additional field of chunked data, it is more like a custom HTTP header and unlikely to have a standard. However, according to MDN, several headers are disallowed. – shaochuancs Aug 29 '17 at 02:59
  • Yeah, maybe standard was too strong. Conventions would do quite nicely, though. Really what I'm looking for is a way to communicate errors to the consumer of an HTTP chunked response in the least surprising way possible. – turtlemonvh Aug 29 '17 at 21:59

0 Answers0