Content Negotiation: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Created page with "A main feature of the HyperText Transfer Protocol (HTTP) is that it allows clients and servers to negotiate what kind of formats both support. They do this using the Accept...")
 
No edit summary
Line 1: Line 1:
A main feature of the HyperText Transfer Protocol (HTTP) is that it allows clients and servers to negotiate what kind of formats both support. They do this using the [[Accept Header]].
A main feature of the HyperText Transfer Protocol (HTTP) is that it allows clients and servers to negotiate what kind of formats both support. They do this using the [[Accept Header]].


This allows implementation of APIs that are [[Backwards Compatibility | Backwards Compatible]] using [[Versioning#Content_Negotiation | Content Negotiation Versioning]]. Additionally this feature can be used to serve modern image and video formats to clients that indicate support for it.
This allows implementation of APIs that are [[Backward Compatibility| Backwards Compatible]] using [[Versioning#Content_Negotiation | Content Negotiation Versioning]]. Additionally this feature can be used to serve modern image and video formats to clients that indicate support for it.


== Mechanism ==
== Mechanism ==

Navigation menu