A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Representation Headers

About

A representation header (or representation metadata) is an HTTP header that describes how to interpret the data contained in the message; representation headers are not mutually exclusie with content headers1.

Examples

The content in a particular message might be encoded for transport, the whole resource might be formatted as a particular media type such as XML, JSON, HTML or Markdown, localised to a particular written language or geographical region, and/ or compressed using a particular algorithm. The representation headers allow the underlying data to be extracted and understood; the underlying resource is semantically the same in each case, but its representation is different.

List

Anki

References


  1. MDN. “Representation headers”. Available at: https://developer.mozilla.org/en-US/docs/Glossary/Representation_header. (Accessed: [2025-05-07 Wed 15:34]). ↩︎

Related Posts