Variant object

From Wikipedia, the free encyclopedia

Variant objects in the context of HTTP are objects served by an Origin Content Server in a type of transmitted data variation (i.e. uncompressed, compressed, different languages, etc.).

HTTP/1.1 (1997–1999)[1][2] introduces Content/Accept headers. These are used in HTTP requests and responses to state which variant the data is presented in.Script error: No such module "Unsubst".

Example scenario

Client:

GET /encoded_data.html HTTP/1.1
Host: www.example.com
Accept-Encoding: gzip

Server:

HTTP/1.1 200 OK 
Server: http-example-server
Content-Length: 23
Content-Encoding: gzip

<23 bytes of gzip compressed data>

See also

References

Page Template:Reflist/styles.css has no content.

  1. Script error: No such module "template wrapper".
  2. Script error: No such module "template wrapper".

Script error: No such module "Check for unknown parameters".

Script error: No such module "Navbox".


Template:Asbox