blob: ad98de3b90621478ece3b1b140d6db63bc965602 (
plain)
| 1
2
3
4
5
6
7
8
9
 | <a class="github" href="negotiation.py"></a>
# 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
 |