Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tomchristie/django-rest-framework
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie committed Aug 13, 2015
2 parents 18af181 + 7bfc147 commit ff5fdee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial/2-requests-and-responses.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ We can control the format of the response that we get back, either by using the

Or by appending a format suffix:

http http://127.0.0.1:8000/snippets/.json # JSON suffix
http http://127.0.0.1:8000/snippets/.api # Browsable API suffix
http http://127.0.0.1:8000/snippets.json # JSON suffix
http http://127.0.0.1:8000/snippets.api # Browsable API suffix

Similarly, we can control the format of the request that we send, using the `Content-Type` header.

Expand Down

0 comments on commit ff5fdee

Please sign in to comment.