Created
March 9, 2012 04:13
-
-
Save diorahman/2004996 to your computer and use it in GitHub Desktop.
Simple Curl Output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HTTP/1.1 200 OK | |
Access-Control-Allow-Origin: * | |
Access-Control-Allow-Headers: Accept, Accept-Version, Content-Length, Content-MD5, Content-Type, Date, X-Api-Version | |
Access-Control-Expose-Headers: X-Api-Version, X-Request-Id, X-Response-Time | |
Server: MyAwesomeJSONServiceServer | |
X-Request-Id: 3f8729cc-bc40-4896-8454-0754c16473ed | |
Access-Control-Allow-Methods: GET | |
Connection: close | |
Content-Length: 1141 | |
Content-MD5: p9MyAlAkxjMtOyCBDaaEuQ== | |
Content-Type: application/json | |
Date: Fri, 09 Mar 2012 04:12:52 GMT | |
X-Response-Time: 4 | |
[{"title":"Title-0","subtitle":"Subtitle-0","data":"This is data, should be very long, but it is dummy","index":0},{"title":"Title-1","subtitle":"Subtitle-1","data":"This is data, should be very long, but it is dummy","index":1},{"title":"Title-2","subtitle":"Subtitle-2","data":"This is data, should be very long, but it is dummy","index":2},{"title":"Title-3","subtitle":"Subtitle-3","data":"This is data, should be very long, but it is dummy","index":3},{"title":"Title-4","subtitle":"Subtitle-4","data":"This is data, should be very long, but it is dummy","index":4},{"title":"Title-5","subtitle":"Subtitle-5","data":"This is data, should be very long, but it is dummy","index":5},{"title":"Title-6","subtitle":"Subtitle-6","data":"This is data, should be very long, but it is dummy","index":6},{"title":"Title-7","subtitle":"Subtitle-7","data":"This is data, should be very long, but it is dummy","index":7},{"title":"Title-8","subtitle":"Subtitle-8","data":"This is data, should be very long, but it is dummy","index":8},{"title":"Title-9","subtitle":"Subtitle-9","data":"This is data, should be very long, but it is dummy","index":9}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment