Skip to content

Instantly share code, notes, and snippets.

@rezkam
Created August 26, 2018 14:28
Show Gist options
  • Save rezkam/7908c636ceddabe89f9b3195eaaf25c3 to your computer and use it in GitHub Desktop.
Save rezkam/7908c636ceddabe89f9b3195eaaf25c3 to your computer and use it in GitHub Desktop.
$ curl -i example.com/api/article/4
HTTP/1.1 200 OK
Date: Sat, 09 Aug 2018 16:09:50 GMT
Last-Modified: Sat, 02 Aug 2018 12:02:47 GMT
Content-Type: application/json
{
id: 4,
content: "Heres a blog article, it has lots of content...",
status: "published",
created: "Sat, 02 Aug 2018 08:29:53 GMT",
updated: "Sat, 02 Aug 2018 12:02:47 GMT"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment