Skip to content

Instantly share code, notes, and snippets.

@aaronpk
Last active March 28, 2017 15:34
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 aaronpk/d9c60bcf03b135cf26b3d6bc35a41564 to your computer and use it in GitHub Desktop.
Save aaronpk/d9c60bcf03b135cf26b3d6bc35a41564 to your computer and use it in GitHub Desktop.
GET /feed
Accept: application/json
HTTP/1.1 200 Ok
Content-type: application/json
Link: </feed.json; rel=self>
{
"items": [...]
}
GET /feed
Accept: text/html
HTTP/1.1 200 Ok
Content-type: text/html
Link: </feed.html; rel=self>
<html>
...
@julien51
Copy link

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment