Skip to content

Instantly share code, notes, and snippets.

@devdays
Created January 12, 2015 21:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devdays/e0273b1697fa1a919604 to your computer and use it in GitHub Desktop.
Save devdays/e0273b1697fa1a919604 to your computer and use it in GitHub Desktop.
Sample content negotiation in HTTP
GET /resource
Accept: text/html, application/xml, application/json
200 OK
Content-Type: application/json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment