mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-03 13:14:30 +03:00
8 lines
327 B
Markdown
8 lines
327 B
Markdown
# 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
|