aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/contentnegotiation.md
diff options
context:
space:
mode:
authorTom Christie2012-09-01 20:26:27 +0100
committerTom Christie2012-09-01 20:26:27 +0100
commitdeedf6957d14c2808c00a009ac2c1d4528cb80c9 (patch)
treea029d40c05ceeaffa9d1fb420096c7de4878cbb5 /docs/api-guide/contentnegotiation.md
parent02dcdca13b7cbe89e1980bab7e8274500bf9e4e1 (diff)
downloaddjango-rest-framework-deedf6957d14c2808c00a009ac2c1d4528cb80c9.tar.bz2
REST framework 2 docs
Diffstat (limited to 'docs/api-guide/contentnegotiation.md')
-rw-r--r--docs/api-guide/contentnegotiation.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/api-guide/contentnegotiation.md b/docs/api-guide/contentnegotiation.md
new file mode 100644
index 00000000..f01627d8
--- /dev/null
+++ b/docs/api-guide/contentnegotiation.md
@@ -0,0 +1 @@
+> 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, Fielding et al.