blob: 01895a4b07febc588286c3205fb0e92524f894a6 (
plain)
1
2
3
4
5
6
7
|
# Content negotiation
> HTTP has provisions for several mechanisms for "content negotiation" - the process of selecting the best representation for a given response when there are multiple representations available.
>
> — [RFC 2616][cite], Fielding et al.
[cite]: http://www.w3.org/Protocols/rfc2616/rfc2616-sec12.html
|