aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/parsers.md
diff options
context:
space:
mode:
authorTom Christie2013-01-18 22:06:41 +0000
committerTom Christie2013-01-18 22:06:41 +0000
commit15ad94c6111735044dd6a38a9b48d23a22b8b18f (patch)
tree5b1273956bbb354f3642ef67a152b35a028931fe /docs/api-guide/parsers.md
parentbd089836a138bc845eac5f89a071d2768bcf2e0e (diff)
downloaddjango-rest-framework-15ad94c6111735044dd6a38a9b48d23a22b8b18f.tar.bz2
Drop the curl notes. Unnecessary.
Diffstat (limited to 'docs/api-guide/parsers.md')
-rw-r--r--docs/api-guide/parsers.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/api-guide/parsers.md b/docs/api-guide/parsers.md
index 3a1918f4..0cd01639 100644
--- a/docs/api-guide/parsers.md
+++ b/docs/api-guide/parsers.md
@@ -22,8 +22,6 @@ If you don't set the content type, most clients will default to using `'applicat
As an example, if you are sending `json` encoded data using jQuery with the [.ajax() method][jquery-ajax], you should make sure to include the `contentType: 'application/json'` setting.
-If you're working with the API using the command line tool `curl`, you can use the `-H` flag to include a `ContentType` header. For example, to set the content type to `json` use `-H 'content-type: application/json'`.
-
---
## Setting the parsers