Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Last active July 1, 2019 15:25
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 recursivecodes/365862d64274a02a70d7b08c6070f0b3 to your computer and use it in GitHub Desktop.
Save recursivecodes/365862d64274a02a70d7b08c6070f0b3 to your computer and use it in GitHub Desktop.
get-user.sh
curl -iX GET http://localhost:8080/user/8BC3669097C9EC53E0532110000A6E11                                                                                                                   
HTTP/1.1 200 OK
Content-Type: application/json
Date: Thu, 20 Jun 2019 10:46:17 -0400
transfer-encoding: chunked
connection: keep-alive
{"id":"8BC3669097C9EC53E0532110000A6E11","firstName":"Todd","lastName":"Sharp","username":"recursivecodes","createdOn":"2019-06-20T14:45:38.509Z"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment